Hanzo AI

Update docs

Renames a document or moves it — under another document, to the top of its teamspace, or to another teamspace with everything nested under it.

PATCH /v1/team/docs/{id}

Addresshttps://api.hanzo.ai/v1/team/docs/{id}
MethodPATCH
Operationpatch_team_docs_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Renames a document or moves it — under another document, to the top of its teamspace, or to another teamspace with everything nested under it.

Anyone who can write the teamspace may rename or move a page, as in the Team client. A move goes after its new siblings, and a document cannot be moved under itself or under one of its own descendants.

Request

6 fields, body application/json (required).

FieldInTypeRequiredDescription
idpathstringyesID is the document, from the path.
idbodystring—ID is the document, from the path.
parentbodystring—Parent moves the document under another one; "" moves it to the top of its teamspace.
spacebodystring—Space is the space uuid holding it.
teamspacebodystring—Teamspace moves the document — with everything nested under it — to another teamspace, at the top unless Parent names a document there.
titlebodystring—Title renames the document.

Response

StatusBodyMeaning
200team.teamDocok
defaultproblem-detailsrefused

200 body — 11 fields.

FieldInTypeAlwaysDescription
authorbodystring—Author is the account uuid that created it.
collaboratorbodystring—Collaborator is the documentId to open the body with on the /v1/team/collaborator Y.js socket: "<space>|document:class:Document|<id>|content".
commentsbodyinteger (int64)—Comments is how many comments it has.
createdOnbodyinteger (int64)—CreatedOn is when it was created, unix milliseconds.
idbodystring—ID is the document's own id.
modifiedOnbodyinteger (int64)—ModifiedOn is when its title or place last changed, unix milliseconds.
parentbodystring—Parent is the document this one is nested under.
rankbodystring—Rank orders siblings: compare as plain strings, ascending.
spacebodystring—Space is the space uuid holding it.
teamspacebodystring—Teamspace is the teamspace it belongs to.
titlebodystring—Title is the document's title.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Team API · All Hanzo APIs · Interactive reference

How is this guide?

On this page