Origin Basic Authentication
This setting is available in small, large and dynamic(aksela) resource types.
Path parameters
organization_uuidstringRequiredExample:
****-*****-****-****
resource_uuidstringRequiredExample:
****-*****-****-****
Body
resource_uuidstringRequiredExample:
****-*****-****-****
Responses
200
Successful operation
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 140
{
"resource_uuid": "****-*****-****-****",
"origin_source_auth_info": {
"status": true,
"auth_username": "hidden",
"auth_password": "hiddenpassword"
}
}
200
Successful operation
{
"status": true,
"data": {}
}
Last updated
Was this helpful?