Responses
Responses to requests can contain a JSON representation.
Success Responses
Responses to successful
GET,
POST, and
PUT requests contain JSON that represent the objects retrieved, created, or modified.
Responses to successful
DELETE requests indicate status 204.
Error Responses
JSON error responses can include fields that contain further information about the error.
| Field | Description |
|---|---|
| status | number
The HTTP response code. |
| message | string
Specific information about the error. |
| details | list of strings
Each string describes a validation error that the FTL server detected while processing a
|