Token Creation

Creates a new token

POST /tokens/push

Creates a new token. Only users with the Standard Registry role are allowed to make the request.

Request Body

NameTypeDescription

*

String

Object that contains token information

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Task'
}

Last updated