Skip to content

Commit

Permalink
renamed payload schema
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed May 16, 2024
1 parent 7856afe commit da94cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/ValidateUserEmailPayload"
$ref: "#/components/schemas/ValidateProfileEmailPayload"
responses:
"204":
description: Email successfully validated.
Expand All @@ -52,7 +52,7 @@ components:
type: string
pattern: "^[A-Za-z0-9]{26}:[A-Fa-f0-9]{24}$"
example: "01DPT9QAZ6N0FJX21A86FRCWB3:8c652f8566ba53bd8cf0b1b9"
ValidateUserEmailPayload:
ValidateProfileEmailPayload:
type: object
properties:
token:
Expand Down

0 comments on commit da94cb5

Please sign in to comment.