put https://slemma.com/api/v1/team-attributes
Creates a new Team Attribute. To create a team attribute you have to provide the team attribute Name.
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 object | A team attribute has been created 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 a single space | The Name parameter cannot be a white space. |