plta-permissions-api-cbz

Create an action in the permission application

Create an action in the permission application. It allows to create a single action.

post
https://dev.api.sanofi.com/permissions/actions

Body

application/json

Action

A possible action that can be used on a resource

actionNamestringrequired

The name of the action

Example:read_narrative, send_email, write_compound

Response

application/json

Created

Action

A possible action that can be used on a resource

actionNamestringrequired

The name of the action

Example:read_narrative, send_email, write_compound

childrenarray[string]read-only

the name of the action children

post/actions

Body

{ "actionName": "read_narrative" }
 
application/json