Skip to documentation
NikoHealth integration

Update Document Management Tags

Perform Update Document Management Tags through NikoHealth.

View as Markdown
nikohealth_update_document_management_tags
writenikohealth

Inputs

  • document_id
    textrequired
    Document Id

    Required text value.

  • tag_ids
    textrequired
    Tag Ids

    Required text value.

Outputs

  • successSuccess
  • document_idDocument Id
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "document_id",
    "tag_ids"
  ],
  "properties": {
    "tag_ids": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "document_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "document_id": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions