REST API - setOrgEntityConfigAttributes
The table summarizes the REST API - setOrgEntityConfigAttributes.
Request
Format | PUT <baseurl>/orgentityconfig/setattr/<resourceid> |
Path parameters | resourceid: The resource GUID for which configuration attribute information is required. |
Query parameters |
Note: Multiple attrname/attrval pairs can be specified as query parameters on the end of the URL. |
Response
JSON | Returns a JSON representation of the content of the setOrgEntityConfigAttributesResponseelement. |
XML | Returns the content of the setOrgEntityConfigAttributesResponseelement (from the OrganisationalEntityConfigService schema) |
Example
Request | PUT <baseurl>/orgentityconfig/setattr/tibco-admin?attrname=WorkItemAutoOpen&attrval=true |
Response | true |