permission-controller

Create permission entity

Create permission entity.

post/api/permissions/permissionEntities

Request body

idstring

ID

namestring

Name

scopestring

scope

Example request

{
  "id": "CREDENTIAL_TYPE",
  "name": "CREDENTIAL TYPE",
  "scope": "CT"
}

Response

OK

idstring

ID

namestring

name

scopestring

scope

Example response

{
  "id": "56JBQEDRINAM4VJ2VTWPEC7XCM",
  "name": "CREDENTIAL TYPE",
  "scope": "CT"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.