haops_update_doc_artifact
Update a documentation artifact's title, description, status, or version using project and artifact slugs.
Instructions
Update a documentation artifact (title, description, status, version).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title (optional) | |
| status | No | New status. Valid transitions: draft→review, review→published, published→outdated, any→draft | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| version | No | Version string e.g. "1.0.0" (optional) | |
| description | No | New description (optional) | |
| projectSlug | Yes | The project slug | |
| artifactSlug | Yes | The artifact slug (usually same as type) |