action flat_mark_score_comment_unresolved { label: "Mark the comment as unresolved" provider: flat method: DELETE path: "/scores/{score}/comments/{comment}/resolved" encoding: json input: { type: "object" properties: { sharingKey: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }