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 |
|---|---|---|---|
| PK<Keyword> | Yes | |
| 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"
}
}