action combell_configure_domain { label: "Edit domain name renew state" description: "Allowed if can_toggle_renew is true on the domain detail:
\nAllowed if the requesting user has the finance role." provider: combell method: PUT path: "/domains/{domainName}/renew" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "The domain name" } will_renew: { type: "boolean" description: "Indication of renewal." } } required: ["domainName", "domain_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }