Post Endpoint - CreateSetting
Creates new setting.
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| repository | optional. Destination repository key. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
| Content-Type | required. application/json |
Request body
SettingsEntity
Responses
| Code | Description | Type |
200 | Setting created successfully. | SettingsEntity |
400 | Request contains invalid data. | |
500 | Internal server error while creating setting. | |