Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make request bodies required #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions bapi/2021-02-05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ paths:
summary: Verify a client
description: Verifies the client in the provided token
requestBody:
required: true
description: Parameters.
content:
application/json:
Expand Down Expand Up @@ -249,6 +250,7 @@ paths:
summary: Create an email address
description: Create a new email address
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -346,6 +348,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -378,6 +381,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 +486,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -630,6 +635,7 @@ paths:
schema:
type: string
requestBody:
required: true
description: Parameters.
content:
application/json:
Expand Down Expand Up @@ -777,6 +783,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -887,6 +894,7 @@ paths:
schema:
type: string
requestBody:
required: true
description: Required parameters
content:
application/json:
Expand Down Expand Up @@ -958,6 +966,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1721,6 +1730,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1897,6 +1907,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1947,6 +1958,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2199,6 +2211,7 @@ paths:
tags:
- Invitations
requestBody:
required: true
description: Required parameters
content:
application/json:
Expand Down Expand Up @@ -2372,6 +2385,7 @@ paths:
tags:
- Allow-list / Block-list
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2442,6 +2456,7 @@ paths:
tags:
- Allow-list / Block-list
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2493,6 +2508,7 @@ paths:
tags:
- Beta Features
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2552,6 +2568,7 @@ paths:
tags:
- Beta Features
requestBody:
required: true
content:
application/json:
schema:
Expand All @@ -2578,6 +2595,7 @@ paths:
tags:
- Actor Tokens
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2663,6 +2681,7 @@ paths:
tags:
- Domains
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2780,6 +2799,7 @@ paths:
tags:
- Instance Settings
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2840,6 +2860,7 @@ paths:
tags:
- Instance Settings
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2881,6 +2902,7 @@ paths:
tags:
- Beta Features
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -2911,6 +2933,7 @@ paths:
tags:
- Instance Settings
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3002,6 +3025,7 @@ paths:
tags:
- JWT Templates
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3081,6 +3105,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3215,6 +3240,7 @@ paths:
tags:
- Organizations
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -3429,6 +3455,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
multipart/form-data:
schema:
Expand Down Expand Up @@ -4123,6 +4150,7 @@ paths:
tags:
- Proxy checks
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4158,6 +4186,7 @@ paths:
tags:
- Redirect URLs
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4222,6 +4251,7 @@ paths:
tags:
- Sign-in Tokens
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4279,6 +4309,7 @@ paths:
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4328,6 +4359,7 @@ paths:
tags:
- OAuth Applications
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -4498,6 +4530,7 @@ paths:
tags:
- SAML Connections
requestBody:
required: true
content:
application/json:
schema:
Expand Down