Switchboard API
Get organisations schema utils signed url
Retrieve a signed URL for uploading a schema specification
GET
/
organisations
/
{organisationId}
/
schema-utils
/
{schemaType}
/
signed-url
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredschemaType
string
requiredSchemaType is the type of schema which an App implements. The only supported values are currently "openapi", but is planned to be extended to include gRPC, GraphQL and SOAP.
Response
200 - application/json
SchemaSignedURLResponseBody is the response to allow user-agents upload a schema to our internal storage and provide a URL for use when creating the associated App.
uploadURL
string
requiredThe URL used to upload the object, this includes parameters containing the signature of the ServiceAccount which authorised the upload
url
string
requiredThe URL to identify the schema. This is not publicly accessible and is to be used when creating an App.