toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.rest.v1
/
QueueController
/
createQueue
create
Queue
@
PostMapping
@
ResponseStatus
(
value
=
HttpStatus.OK
)
fun
createQueue
(
@
RequestHeader
(
value
=
"user-token"
)
token
:
String
,
@
RequestBody
queue
:
NewQueueDto
)
:
QueueDetailsDto
POST endpoint for creating new queue
Parameters
token
user token