Update Project Assignment

Update Project Assignment

Updates a Project Assignment with the given ID.

Request
URI
PUT
https://{api_host}/cloudapi/vcf/projectAssignments/{projectAssignmentUrn}
COPY
Path Parameters
string
projectAssignmentUrn
Required

projectAssignmentUrn


Request Body
ProjectAssignment of type(s) application/json
Optional

Show optional properties

{
    "id": "string",
    "name": "string"
}
{
    "id": "string",
    "name": "string",
    "description": "string",
    "namespaceCount": 0
}
Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"string","name:"string"}' https://{api_host}/cloudapi/vcf/projectAssignments/{projectAssignmentUrn}