action circuitsandbox_update_read_timestamp { label: "Update read timestamp" description: "Update read timestamp\nOauthScopes: READ_SPACE, WRITE_SPACE" provider: circuitsandbox method: PUT path: "/spaces/{id}/updateTimestamp" encoding: form input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }