Update Global Cors

Update Global Cors

API code: UPDATE_GLOBAL_CORS
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
PUT
https://apaas-29.eng.vmware.com//api/v1/core/s3-cors
COPY
Request Body
GlobalCors of type(s) application/json
Required
{
    "enabled": false,
    "allowList": [
        "string"
    ]
}
boolean
enabled
Optional

enabled

array of string
allowList
Optional

allowList

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns GlobalCors of type(s) application/json
{
    "enabled": false,
    "allowList": [
        "string"
    ]
}
boolean
enabled
Optional

enabled

array of string
allowList
Optional

allowList