Update Zone Projects Using PUT

Update Zone Projects Using PUT

Assignment of projects to K8S Zone

Request
URI
PUT
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/cmx/api/resources/k8s-zones/{id}/projects
COPY
Path Parameters
string
id
Required

id


Request Body

projects

Array of ProjectPriorityAssignment of type(s) application/json
Optional
[
    {
        "createdMillis": 0,
        "id": "string",
        "orgId": "string",
        "priority": 0,
        "projectId": "string",
        "updatedMillis": 0
    }
]
Responses
200

OK

Returns Mono_K8SZone__3 of type(s) */*
Operation doesn't return any data structure

201

Created

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure