post https://rls.congacloud.com/api/config-management/v1/configurations
Creates a new configuration and returns the request status.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Creates a new configuration and returns the request status.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://rls.congacloud.com/api/config-management/v1/configurations \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"Success": true,
"Data": true,
"StatusCode": "OK"
}