Skip to main content

Update project

PATCH 

/projects/:projectId

Require admin rights

Request

Path Parameters

    projectId stringrequired

Body

    name stringnullable

    Project name.

    Example: My new project
    description stringnullable

    The project description.

    Example: Project description
    epsg stringnullable

    The new project's EPSG code.

    Example: 5105
    bounds int64[]nullable

    Project's bounds

    copy

    object

    Params of project copy.

    id stringrequired

    Project id copy from.

    Example: 0123456789abcdef0123456789abcdef
    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.

    Example: status
    name stringnullable

    Tag value.

    Example: approved
  • ]

Responses

Accepted

Loading...