action flat_untrash_score { label: "Untrash a score" description: "This method will remove the score from the `trash` collection and from the deletion queue, and add it back to the original collections.\n" provider: flat method: POST path: "/scores/{score}/untrash" encoding: json output: { type: "object" additionalProperties: true } }