failing token invites fail with 401; display a hint about --token in the cli error message (#172)

This commit is contained in:
Michael Quigley
2023-01-19 15:40:41 -05:00
parent 1c77fdc065
commit 73f068c54a
6 changed files with 92 additions and 1 deletions

View File

@ -30,6 +30,8 @@ paths:
description: invitation created
400:
description: invitation not created (already exists)
401:
description: unauthorized
500:
description: internal server error