Edit the relationship tags
Contributors
Suggest changes
PUT /api/accounts/{accountId}/relationships/{id}/tags
Edits the relationship tags.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
id |
string |
path |
True |
Relationship Id |
accountId |
string |
path |
True |
NetApp tenancy account id |
Request Body
Name | Type | Required | Description |
---|---|---|---|
add |
array[add] |
False |
|
remove |
array[string] |
False |
Example request
{
"add": [
{
"key": "string",
"value": "string"
}
],
"remove": [
"string"
]
}
Response
Status: 200, Default Response
Definitions
See Definitions
add
Name | Type | Required | Description |
---|---|---|---|
key |
string |
False |
Tag Key |
value |
string |
False |
Tag Value |