DIM
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
dimIdintegerRequiredExample:
1Body
objectOptionalExample:
{"name":"Testing DIM","scopeId":1,"type":"test","description":"Test description","context":"Test context","expressions":["sample expression one","sample expression two"],"responses":["sample response one","sample response two"]}Responses
200
Successful response
application/json
put
/api/v1/dim/{dimId}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequiredExample:
abc123def456ghi789jkl012mno345pqr678stu901vwx234yz567Responses
200
Successful response
application/json
get
/api/v1/dim/verify/token/{token}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
uuidstringRequiredExample:
12345678-1234-1234-1234-123456789abcBody
objectOptionalExample:
{"expressionNumber":2,"intentNumber":2}Responses
200
Successful response
application/json
patch
/api/v1/dim/{uuid}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"name":"Test DIM","scopes":["identity"],"type":"test","expressions":[],"responses":[]}Responses
200
Successful response
application/json
post
/api/v1/dim/presentation200
Successful response
No content
Last updated
