Passa al contenuto principale

Update Project

PUT 

/projects/:id

Update Project

Request

Path Parameters

    id stringrequired

    unique identifier of the project

Query Parameters

    api-version string

    The requested API version

    Default value: 1

Body

data to update

    metadata

    object

    name stringnullable

    Project name

    tags string[]nullable

    Project tag list

    properties

    object

    description stringnullable

    Optional description of the project

    default boolean

    Indicates if it's the default project

    folderId stringnullable

    Indicates the Folder ID where the project is located If not specified, the project is created in default folder

Responses

OK

Schema

    metadata

    object

    id stringnullable

    Project id

    name stringnullable

    Project name

    tags string[]nullable

    Project tag list

    createdBy stringnullable

    Id of the user who created the project

    creationDate date-timenullable

    Creation date

    ownerId stringnullable

    Id of the user owner

    properties

    object

    description stringnullable

    Optional description of the project

    default boolean

    Indicates if it's the default project

    resourcesNumber int64

    Number of resources created within the project

    folderId string

    Folder ID where the project is located

Loading...