We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc24e2 commit cab4084Copy full SHA for cab4084
openapi.yaml
@@ -398,6 +398,8 @@ paths:
398
email-required:
399
value:
400
error: "email is required"
401
+ "401":
402
+ $ref: "#/components/responses/UnauthorizedError"
403
/api-key/activate:
404
post:
405
operationId: activateApiKey
@@ -449,6 +451,8 @@ paths:
449
451
450
452
453
454
455
456
404:
457
description: Not Found
458
content:
@@ -533,6 +537,8 @@ paths:
533
537
api-key-required:
534
538
535
539
error: "apiKeyValue is required"
540
541
536
542
543
544
0 commit comments