14 lines
407 B
YAML
14 lines
407 B
YAML
description: Successfully generated the participant token
|
|
# headers:
|
|
# Set-Cookie:
|
|
# $ref: '../../headers/set-cookie-participant-token.yaml'
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
token:
|
|
type: string
|
|
description: >
|
|
The token to authenticate the participant.
|