Skip to main content

Update a project by ID for a User within an Organization

PUT 

/v1/organizations/:organizationId/projects/:projectId

Update a project by ID for a User within an Organization

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired

Body

required
    name stringrequired

    Possible values: <= 50 characters

    The name of the project

    platformType stringrequired

    Possible values: [ANDROID, IOS, AMAZON]

    The platform type

    id stringrequired

    The unique identifier of the organization (Auto generated)

Responses

Project updated 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...