action openapi_logout { label: "Log out from OpenAPI space" description: "" provider: openapi method: POST path: "/auth/logout" encoding: json output: { type: "object" additionalProperties: true } }