v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Project Operations

Update a developer project

Updates a developer project.

put/{project_id}

Path parameters

project_idstring required

the identifier of the project to be updated

Headers

X-Resource-Versionstring

Resource's version, as obtained when GETting the resource. The first time a resource is created, a empty value is expected (omit the header). Must be used in any subsequent update requests of this resource

Request body

idstring

identifier of the project. autogenerated during create project operation

namestring required

identifying name of the project

includeContentTypesboolean

whether to include content types in the project. this allows users to add/edit the content types in the scope of the project. there could be maximum of only one project which includes content types

descriptionstring

description of the project

Response

OK

idstring

identifier of the project. autogenerated during create project operation

namestring required

identifying name of the project

includeContentTypesboolean

whether to include content types in the project. this allows users to add/edit the content types in the scope of the project. there could be maximum of only one project which includes content types

descriptionstring

description of the project