Add a value to a specific attribute of a resource - lithnet/resourcemanagement-webservice GitHub Wiki
Used to add a specific value to a specific attribute from a known resource
Available in version v2.0.6689 and later
Request
Method | URL |
---|---|
PUT | /v2/resources/{id}/{attributeName}/{attributeValue} |
URL Parameters
Parameter name | Description |
---|---|
{id} | The object ID of the resource |
{attributeName} | The name of the attribute to add the value to |
{attributeValue} | The attribute value to add |
Request Body
This request type does not require a request body
Response
Response Codes
See the topic on error handling for the response codes that this API call can return.
Response Body
This method will not return a body.
Examples
Add a specific member of a group
Request
PUT /v2/resources/f03f50c0-f40a-4370-8531-e5d025d22cb2/ExplicitMember/e772b733-a61c-4076-aea1-fac998f04bc1
Response
HTTP/1.1 204 No Content