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
}
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}
Availability
Added in 40.0
On This Page
Project Assignment Operations
GET
Query Project Assignments
POST
Create Project Assignment
GET
Get Project Assignment
PUT
Update Project Assignment
DELETE
Delete Project Assignment
GET
Get Project Assignment Members
PUT
Update Project Assignment Members