Update Existing Resource
Request
POST <REST API URL>/resources/{resource id}
Request Body
resource
{
"id": string,
"aliasIds": [string, ...],
"aliases": [alias, ...],
"key": string,
"name": string,
"homeUrl": string,
"type": string,
"service": service,
"project": project
}
Response
Last modified: 6 April 2017