Skip to content

Commit 849133c

Browse files
committed
chore: Update OpenAPI Specs
1 parent e8212f0 commit 849133c

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

bapi/2021-02-05.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ tags:
105105
description: |-
106106
Sign-in tokens are JWTs that can be used to sign in to an application without specifying any credentials.
107107
A sign-in token can be used at most once and they can be consumed from the Frontend API using the `ticket` strategy.
108+
- name: Sign Ups
109+
description: Sign-up objects track the progress of a sign-up attempt and store any field collected from user input.
110+
externalDocs:
111+
url: https://clerk.com/docs/reference/clerkjs/signup
108112
- name: Testing Tokens
109113
description: Tokens meant for use by end-to-end test suites in requests to the Frontend API, so as to bypass bot detection measures.
110114
externalDocs:
@@ -4970,7 +4974,7 @@ paths:
49704974
a different proxy URL than the one provided. It can also be used to re-validate a domain that is already configured to work with a proxy.
49714975
operationId: VerifyDomainProxy
49724976
tags:
4973-
- Proxy checks
4977+
- Proxy Checks
49744978
requestBody:
49754979
content:
49764980
application/json:
@@ -5142,7 +5146,7 @@ paths:
51425146
summary: Retrieve a sign-up by ID
51435147
description: Retrieve the details of the sign-up with the given ID
51445148
tags:
5145-
- Sign-ups
5149+
- Sign Ups
51465150
parameters:
51475151
- name: id
51485152
in: path
@@ -5162,7 +5166,7 @@ paths:
51625166
summary: Update a sign-up
51635167
description: Update the sign-up with the given ID
51645168
tags:
5165-
- Sign-ups
5169+
- Sign Ups
51665170
parameters:
51675171
- name: id
51685172
in: path

bapi/2024-10-01.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ tags:
105105
description: |-
106106
Sign-in tokens are JWTs that can be used to sign in to an application without specifying any credentials.
107107
A sign-in token can be used at most once and they can be consumed from the Frontend API using the `ticket` strategy.
108+
- name: Sign Ups
109+
description: Sign-up objects track the progress of a sign-up attempt and store any field collected from user input.
110+
externalDocs:
111+
url: https://clerk.com/docs/reference/clerkjs/signup
108112
- name: Testing Tokens
109113
description: Tokens meant for use by end-to-end test suites in requests to the Frontend API, so as to bypass bot detection measures.
110114
externalDocs:
@@ -4966,7 +4970,7 @@ paths:
49664970
a different proxy URL than the one provided. It can also be used to re-validate a domain that is already configured to work with a proxy.
49674971
operationId: VerifyDomainProxy
49684972
tags:
4969-
- Proxy checks
4973+
- Proxy Checks
49704974
requestBody:
49714975
content:
49724976
application/json:
@@ -5138,7 +5142,7 @@ paths:
51385142
summary: Retrieve a sign-up by ID
51395143
description: Retrieve the details of the sign-up with the given ID
51405144
tags:
5141-
- Sign-ups
5145+
- Sign Ups
51425146
parameters:
51435147
- name: id
51445148
in: path
@@ -5158,7 +5162,7 @@ paths:
51585162
summary: Update a sign-up
51595163
description: Update the sign-up with the given ID
51605164
tags:
5161-
- Sign-ups
5165+
- Sign Ups
51625166
parameters:
51635167
- name: id
51645168
in: path

0 commit comments

Comments
 (0)