Config sections
Config section
GEThttps://cloud-api.calyptia.com/v1/config_sections/{configSectionID}
Authorization
Path parameters
configSectionID*string (uuid)
Response
OK
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
Delete config section
DELETEhttps://cloud-api.calyptia.com/v1/config_sections/{configSectionID}
Authorization
Path parameters
configSectionID*string (uuid)
Response
Deleted
Request
Update config section
PATCHhttps://cloud-api.calyptia.com/v1/config_sections/{configSectionID}
Authorization
Path parameters
configSectionID*string (uuid)
Body
propertiesPairs (array of Pair (object))
skipConfigValidationboolean
Response
Updated
Body
updatedAt*string (date-time)
Request
Response