action flat_add_score_to_collection { label: "Add a score to the collection" description: "This operation will add a score to a collection. The default behavior will make the score available across multiple collections.\nYou must have the capability `canAddScores` on the provided `collection` to perform the action.\n" provider: flat method: PUT path: "/collections/{collection}/scores/{score}" encoding: json output: { description: "The score and all its details" type: "object" } }