api-docs-icon

Initialize SDK Configuration

POST
/ sdk/ config/ init

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

object
required
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)

default_module_structure
enum
default: path

Configures the default algorithm which determines modules and function names for the SDK

Allowed Values:
flat
path
tag

Responses

New SDK configuration in .yaml format

application/yaml
binary

SDK configuration file in .yaml format

Example:
uploads/config.yaml

Code Examples

Response