Update properties
Contributors
Suggest changes
POST /tenancy/resource/{resourceIdentifier}/account/{accountId}/update
Updates properties of a specified resource.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
resourceIdentifier |
string |
path |
True |
|
accountId |
string |
path |
True |
|
authorization |
string |
header |
True |
Authorization JWT access token |
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
cloudId |
string |
False |
|
metadata |
False |
Example request
{
"cloudId": "string",
"metadata": {
"propertyName": "string",
"propertyValue": "string"
}
}
Response
Status: 200, Default response
Definitions
See Definitions
metadata
Name | Type | Required | Description |
---|---|---|---|
propertyName |
string |
True |
|
propertyValue |
string |
True |
body
Name | Type | Required | Description |
---|---|---|---|
cloudId |
string |
False |
|
metadata |
False |