Skip to main content

Update project

PATCH 

/projects/:projectId

Require admin rights

Request​

Path Parameters

    projectId stringrequired

Body

    name stringnullable

    Project name.

    description stringnullable

    The project description.

    epsg stringnullable

    The new project's EPSG code.

    bounds int64[]nullable

    Project's bounds

    copy object

    Params of project copy.

    id stringrequired

    Project id copy from.

    settings boolean

    Copy project's settings.

    users_roles boolean

    Copy project's users+roles.

    groups boolean

    Copy project's groups.

    folders boolean

    Copy project's folder structure.

    wms boolean

    Copy project's WMS/WCS maps.

    deviations boolean

    Copy project's devaitions.

    starred_properties boolean

    Copy project's Starred Properies.

    tags object[]nullable

    Tags.

  • Array [
  • id stringrequired

    Tag.

    name stringnullable

    Tag value.

  • ]

Responses​

Accepted

Loading...