Patches the specified CloudAccount Maas
PATCH/v1/cloudaccounts/maas/:uid
Patches the specified CloudAccount Maas
Request
Path Parameters
uid stringrequired
Maas cloud account uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
array
required
Array [
]
fromstring
A path to the pointer from which reference will be taken
opstringrequired
Possible values: [add
, remove
, replace
, move
, copy
]
The operation to be performed
pathstringrequired
A path to the pointer on which operation will be done
valueobject
The value to be used within the operations.
Responses
- 204
The resource was updated successfully
Loading...