createEnvironment
Generate a new environment by specifying name, description, color, and associated notifications. Handles responses for success, unauthorized access, or invalid requests.
Instructions
Creates a new environment from provided data
Responses:
201 (Success): environment created
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}401: responds with unauthorized for invalid token
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}422: invalid request
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||