action clever_cloud_get_openapi_type { label: "Get the swagger for this API as {type}" description: "Get the swagger for this API as {type}. Type can be either \"yml\" or \"json\"." provider: clever_cloud method: GET path: "/openapi.{type}" encoding: json output: { type: "object" additionalProperties: true } }