List the macros of the specified tenant
GET/v1/tenants/:tenantUid/macros
List the macros of the specified tenant
Request
Path Parameters
tenantUid stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
macros
undefined[]
namestring
valuestring
{
  "macros": [
    {
      "name": "string",
      "value": "string"
    }
  ]
}
Loading...