Skip to main content
POST
Upload GraphQL schema file of an API

Authorizations

Authorization
string
header
required

Path Parameters

product_id
integer
required

UID of an API Product

api_id
string
required

UID of an API as it comes from the API Provider

Example:

"a0ce49d559ce49d64fe608ea3728082a"

Query Parameters

dry_run
boolean
default:false

If true, only validates the file without saving it

Body

multipart/form-data
file
file

GraphQL schema file (.graphql, .gql, or .json) - only 1 file at a time

Response

OK