Method

OPTIONS /tenant for available interactions on resource

OPTIONS /tenant/{id} for available interactions on resource instance

Parameters

Result

Response Codes

Example 1

OPTIONS /tenant

Status 200.

Example 2

Status 200.

  1. {"links":[
  2. {"method":"GET","href":"http://localhost:8080/camunda/api/engine/engine/default/tenant/tenantOne","rel":"self"},
  3. {"method":"DELETE","href":"http://localhost:8080/camunda/api/engine/engine/default/tenant/tenantOne","rel":"delete"},