Update Squad
Squads
Update Squad
Updates the data of a squad.
PUT
Update Squad
Documentation Index
Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
PUT https://gateway.orkeia.ai/squads/{id}
AuthenticationRequires header
authorization: <your_token>.
Path Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the squad. | SQUAD_1234 |
Request Body (JSON)
The service expects a wrapper with the property squad.
Example (cURL)
Responses
Response - Success
response
500 — Server Error
400 — Client Error
Fields
| Field | Type | Description |
|---|---|---|
| id | string | ID of the squad |
| name | string | Name |
| description | string | Description |
| enabled | boolean | Whether it is enabled |
| createdAt | string | Creation date (ISO 8601) |
