Updates the data of a squad.
PUT https://gateway.orkeia.ai/squads/{id}
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the squad. | SQUAD_1234 |
The service expects a wrapper with the property squad.
| 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) |