Skip to main content

Change Security Group

PUT 

https://core-pl.ocplanet.cloud/backend/api/openstack/securitygroups/:securitygroup_id

Host: https://core.ocplanet.cloud

Change settings a specific security group identified by ID.

Request

Body

    description stringrequired
    name stringrequired
    region stringrequired

Responses

Schema
    description stringrequired
    id stringrequired
    name stringrequired

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Use 'OpenAPIToken {token}' as the value
curl -L -X PUT 'https://core-pl.ocplanet.cloud/backend/api/openstack/securitygroups/:securitygroup_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"description": "string",
"name": "string",
"region": "string"
}'
Request Collapse all
Base URL
https://core-pl.ocplanet.cloud
Auth
Body
{
  "description": "string",
  "name": "string",
  "region": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!