Skip to main content

Create Project

POST 

/organizations/:organizationId/projects

This operation allows to create a Project

Request

Path Parameters

    organizationId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization id

Body

project to create

    name stringrequired

    Possible values: Value must match regular expression \S

    project name

    installedOffer

    object

    installed offer associated to project

    code stringrequired

    Possible values: Value must match regular expression \S

    installed offer code

    name stringrequired

    Possible values: Value must match regular expression \S

    installed offer name

    banId int32required

    ban id

Responses

created

Schema

    name stringrequired

    Possible values: Value must match regular expression \S

    project name

    organizationId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization UUID associated to project

    installedOffer

    object

    installed offer associated to project

    code stringrequired

    Possible values: Value must match regular expression \S

    installed offer code

    name stringrequired

    Possible values: Value must match regular expression \S

    installed offer name

    id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    project UUID

    banId int32

    ban id

Loading...