action flat_untrash_collection { label: "Untrash a collection" description: "This method will restore the collection by removing it from the `trash` and add it back to the `root` collection.\n" provider: flat method: POST path: "/collections/{collection}/untrash" encoding: json output: { type: "object" additionalProperties: true } }