Skip to main content

Update Topic Model

POST 

/v1/project/topics/update/:topic_model_id

Updates a topic model geojson with updates to topic position or topic label. Currently accomplishes this by accepting an entirely new geojson and replacing existing one. Will eventually be more granular than that.

Request

Path Parameters

    topic_model_id Topic Model Idrequired

Body

required

    project_id Project Id (string)required

    Project id

    topic_geojson

    object

    required

    Topic model geojson to replace existing topic model

    property name* any

    Topic model geojson to replace existing topic model

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...