action contribly_post_contributions_id_like { label: "Allows a user to mark a contribution as liked" provider: contribly method: POST path: "/contributions/{id}/like" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "number" } }