v1

latestOpenAPI 3.0.3AGPL v3.02026-07-17425785.7 KB
SharesService

Update a share.

patch/shares/{name}

Path parameters

namestring required

Name of the share.

Request body

namestring required

Name of the share.

newNamestring

A new name for the share.

ownerstring

Owner of the share.

commentstring

User-provided free-form text description.

Response

OK

idstring

Unique ID of the recipient.

namestring

Name of the share.

ownerstring

Username of current owner of share.

commentstring

User-provided free-form text description.

createdAtstring

Time at which this share was created, in epoch milliseconds.

createdBystring

Username of the creator of the share.

updatedAtstring

Time at which this share was updated, in epoch milliseconds.

updatedBystring

Username of share updater.