Skip to content

Commit

Permalink
chore: Appropriately mark required request bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Nov 25, 2024
1 parent d6ff8fc commit b54c300
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion bapi/2024-10-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ paths:
summary: Verify a client
description: Verifies the client in the provided token
requestBody:
description: Parameters.
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -249,6 +249,7 @@ paths:
summary: Create an email address
description: Create a new email address
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -378,6 +379,7 @@ paths:
summary: Create a phone number
description: Create a new phone number
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -482,6 +484,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1721,6 +1724,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1897,6 +1901,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1947,6 +1952,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2199,6 +2205,7 @@ paths:
tags:
- Invitations
requestBody:
required: true
description: Required parameters
content:
application/json:
Expand Down Expand Up @@ -2372,6 +2379,7 @@ paths:
tags:
- Allow-list / Block-list
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2442,6 +2450,7 @@ paths:
tags:
- Allow-list / Block-list
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2493,6 +2502,7 @@ paths:
tags:
- Beta Features
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2578,6 +2588,7 @@ paths:
tags:
- Actor Tokens
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2663,6 +2674,7 @@ paths:
tags:
- Domains
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2780,6 +2792,7 @@ paths:
tags:
- Instance Settings
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2840,6 +2853,7 @@ paths:
tags:
- Instance Settings
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2881,6 +2895,7 @@ paths:
tags:
- Beta Features
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2911,6 +2926,7 @@ paths:
tags:
- Instance Settings
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3002,6 +3018,7 @@ paths:
tags:
- JWT Templates
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3081,6 +3098,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3215,6 +3233,7 @@ paths:
tags:
- Organizations
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3429,6 +3448,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
multipart/form-data:
schema:
Expand Down Expand Up @@ -4123,6 +4143,7 @@ paths:
tags:
- Proxy checks
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4158,6 +4179,7 @@ paths:
tags:
- Redirect URLs
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4222,6 +4244,7 @@ paths:
tags:
- Sign-in Tokens
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4279,6 +4302,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4328,6 +4352,7 @@ paths:
tags:
- OAuth Applications
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4498,6 +4523,7 @@ paths:
tags:
- SAML Connections
requestBody:
required: true
content:
application/json:
schema:
Expand Down

0 comments on commit b54c300

Please sign in to comment.