Skip to content

Commit

Permalink
update swagger for register
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Mar 29, 2023
1 parent 8bff16f commit 930c0bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ import (
// description: Successfully passed token to worker
// schema:
// type: string
// '500':
// description: Unable to pass token to worker
// schema:
// "$ref": "#/definitions/Error"

// Register will pass the token given in the request header to the register token
// channel of the worker. This will unblock operation if the worker has not been
Expand Down

0 comments on commit 930c0bd

Please sign in to comment.