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.0

Body

data to update

    metadata

    object

    namestringnullable

    Project name

    tagsstring[]nullable

    Project tag list

    properties

    object

    descriptionstringnullable

    Optional description of the project

    defaultboolean

    Indicates if it's the default project

Responses

Success

Schema

    metadata

    object

    idstringnullable

    Project id

    namestringnullable

    Project name

    tagsstring[]nullable

    Project tag list

    createdBystringnullable

    Id of the user who created the project

    creationDatedate-timenullable

    Creation date

    properties

    object

    descriptionstringnullable

    Optional description of the project

    defaultboolean

    Indicates if it's the default project

    resourcesNumberint64

    Number of resources created within the project