#type: collection
get:
description: |
A list of the current user's tokens.
is: [ searchable: { searchFields: description }, pageable, orderable ]
responses:
200:
body:
application/json:
example: !include ../examples/tokens.json
post:
properties:
description:
description: short string describing this token
required: false
201:
example: !include ../examples/token.json
/{id}:
#type: item
delete:
204:
description: No content