Authorization: Bearer ********************{
"owner": "string",
"ownerType": "string",
"name": "string",
"position": "string",
"active": true,
"language": "string",
"sigma": "string",
"resource": {
"property1": [
{
"rows": {},
"projection": {},
"criteria": {},
"view": {},
"position": "string"
}
],
"property2": [
{
"rows": {},
"projection": {},
"criteria": {},
"view": {},
"position": "string"
}
]
}
}curl --location --request POST '/api/authority/region/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner": "string",
"ownerType": "string",
"name": "string",
"position": "string",
"active": true,
"language": "string",
"sigma": "string",
"resource": {
"property1": [
{
"rows": {},
"projection": {},
"criteria": {},
"view": {},
"position": "string"
}
],
"property2": [
{
"rows": {},
"projection": {},
"criteria": {},
"view": {},
"position": "string"
}
]
}
}'{
"data": {
"id": "string",
"aclVariety": "string",
"aclVerge": "string",
"aclView": "string",
"aclVisible": "string",
"aclVow": "string",
"dmColumn": "string",
"dmQr": "string",
"dmRow": "string",
"identifier": "string",
"mode": "string",
"phase": "string",
"seekKey": "string",
"viewId": "string",
"type": "string",
"sigma": "string",
"tenantId": "string",
"appId": "string",
"active": true,
"language": "string",
"metadata": "string",
"version": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updatedBy": "string"
}
}