Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2dbd830 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Feb 13, 2025
1 parent 5da52c4 commit c57e8e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3962,10 +3962,9 @@ components:
title: AgeVerificationStatus
type: string
description: |
obsolete, use `ageVerified` instead.
`verified` is obsolete.
`ageVerificationStatus == "18+"` => `ageVerified == true`
`ageVerificationStatus != "18+"` => `ageVerified == false`
User who have verified and are 18+ can switch to `plus18` status.
enum:
- hidden
- verified
Expand All @@ -3977,7 +3976,7 @@ components:
AgeVerified:
title: AgeVerified
type: boolean
description: '`true` if, user is age verified 18 or above. but `false`, when status is not shared. Otherwise always `false`.'
description: '`true` if, user is age verified (not 18+).'
BadgeID:
example: bdg_a60e514a-8cb7-4702-8f24-2786992be1a8
title: BadgeID
Expand Down
7 changes: 3 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3962,10 +3962,9 @@ components:
title: AgeVerificationStatus
type: string
description: |
obsolete, use `ageVerified` instead.
`verified` is obsolete.
`ageVerificationStatus == "18+"` => `ageVerified == true`
`ageVerificationStatus != "18+"` => `ageVerified == false`
User who have verified and are 18+ can switch to `plus18` status.
enum:
- hidden
- verified
Expand All @@ -3977,7 +3976,7 @@ components:
AgeVerified:
title: AgeVerified
type: boolean
description: '`true` if, user is age verified 18 or above. but `false`, when status is not shared. Otherwise always `false`.'
description: '`true` if, user is age verified (not 18+).'
BadgeID:
example: bdg_a60e514a-8cb7-4702-8f24-2786992be1a8
title: BadgeID
Expand Down

0 comments on commit c57e8e0

Please sign in to comment.