post https://slemma.com/api/v1/team-attributes/
Updates the specified team attribute by passing new values in the request body. Only Name field can be updated.
The following are the examples of HTTP status codes including errors that API can generate
Response codes | Response content | Description |
---|---|---|
200 OK | A team attribute has been updated successfully. | |
400 Bad Request | This name already in use | A team attribute with the specified name already exists. |
400 Bad Request | Name cannot be empty | The field "Name" cannot be empty. |
400 Bad Request | The name can not consist of single spaces | The Name parameter cannot be a one white space. |
404 Not Found | Object not found | A team attribute with the specified key wasn't found. |