Skip to main content

Create a new project for a User within an Organization

POST 

/v1/organizations/:organizationId/projects

Create a new project for a User within an Organization

Request

Path Parameters

    organizationId stringrequired

Body

required
    name stringrequired

    Possible values: <= 50 characters

    The name of the project

    platformType stringrequired

    Possible values: [ANDROID, IOS, AMAZON]

    The platform type

Responses

Project created successfully.

Schema
    id stringrequired

    The unique identifier for the project.

    name stringrequired

    The name of the project.

    platformType stringrequired

    Possible values: [ANDROID, IOS, AMAZON]

    The platform type of the project.

Loading...