Method

POST

Parameters

Result

A JSON array with the following properties:

Response Codes

Example

Request Body:

  1. {"id":"anAuthorizationId",
  2. "type": 0,
  3. "userId": "*",
  4. "resourceType": 1,
  5. "links":[
  6. {"method": "GET", href":"http://localhost:8080/engine-rest/authorization/anAuthorizationId", "rel":"self"},
  7. {"method": "PUT", href":"http://localhost:8080/engine-rest/authorization/anAuthorizationId", "rel":"update"},
  8. ]}