api-docs-icon

Initialize an SDK configuration with all defaults applied

POST
/ sdk/ config/ init

Creates a sdk config with default configurations for the api/api version

object
api_name
string
required

Unique project name or the uuid

Example:
my-project
api_version
union

Can be either the semantic version or a released type (like latest)

customizations
enum
Allowed Values:
config
x-field

Responses

New SDK configuration in .yaml format

application/yaml
binary

SDK configuration file in .yaml format

Example:
uploads/config.yaml

Code Examples

Response