Skip to main content
Skip table of contents

Create or Update an Entity Keyword

URL

PUT https://<tenant>.bubbleppm.com/api/v3/entities/<entity_id>/keywords/

PUT https://<tenant>.bubbleppm.com/api/v3/entities/<entity_external_ref>/keywords/?use_external_refs

External Refs

This endpoint supports External Refs. For more information please refer to the documentation here.

Attributes

Name

Type

Default

Required

keyword

PK<Keyword>

Yes

external_ref

ERef<Keyword>

Yes

Example Payload

CODE
{
  "keyword": 1
}

Example Response

CODE
{
  "id": 2000,
  "keyword_id": 1,
  "external_ref": "KW_1",
  "name": "Green",
  "group": {
    "id": 1,
    "name": "Risk Status"
  }
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.