Robot.txt file
This setting is available in small and large resource types.
Method | URL |
---|---|
PUT | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/resource/{resource_id} |
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
resource_uuid | The created resource in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
status_robot_txt | The values of the status_robot_txt must be any of the; “enabled”, “disabled”, “origin”. | Boolean | Yes |
Payload
{
"resource_uuid": "****-****-****-****",
"status_robot_txt": "enabled"
}