Config sections
Config sections
GEThttps://cloud-api.calyptia.com/v1/projects/{projectID}/config_sections
Authorization
Path parameters
projectID*string (uuid)
Query parameters
Response
OK
Headers
Body
id*string (uuid)
projectID*string (uuid)
processingRuleID*nullable string (uuid)
kind*ConfigSectionKind (enum)
inputfilteroutputservice
properties*Pairs (array of Pair (object))
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Create config section
POSThttps://cloud-api.calyptia.com/v1/projects/{projectID}/config_sections
Authorization
Path parameters
projectID*string (uuid)
Body
kind*ConfigSectionKind (enum)
inputfilteroutputservice
properties*Pairs (array of Pair (object))
skipConfigValidation*boolean
Response
Created
Body
id*string (uuid)
createdAt*string (date-time)
Request
Response