Update Prompt on a Container


                https://api.ocamba.com/v1/hood/containers/{id}/push-prompts/{pid}
            

Updates the specific Prompt group by setting the values of the parameters passed. Any parameters not provided will be left unchanged


Name
Description
idstringrequired
Unique resource identifier.


Example: 12345

pidstringrequired
Unique prompt identifier.


Example: 31ddddfe-d96e-4523-882d-3ee523ec23a2

204 - No Content
Arrow

note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the group.

2 The options field isn't required for native prompts only in web type of container.
tip
1 If you don't know the prompt id, view the specific Container it is located in.
warning
1 Patching filters will replace the old filters.

200 Arrow
{
  "name":"Name Updated",
  "filters": [
    {
      "key":"one",
      "match":"two"
      }
    ]
  }