Create/Update standard service for given name
PUT {{base_url}}/airgroup-config/v2/common_config/standard_services/:name/
Standard (well known) Airgroup service definitions
Request Body
{"name"=>"<string>", "description"=>"", "service_ids"=>[{"service_id"=>"<string>", "enable"=>true}, {"service_id"=>"<string>", "enable"=>true}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"status":"\u003cstring\u003e","license_warning":"\u003cstring\u003e","deprecation_warning":"\u003cstring\u003e"}