{
  "openapi": "3.1.0",
  "info": {
    "title": "elizon API",
    "version": "1.0.0",
    "description": "Customer REST API on api.* host root (e.g. /services, /auth/me). Legacy /api/* and /v1/* redirect to the short path (308)."
  },
  "servers": [
    {
      "url": "https://api.elizon.app",
      "description": "Public API host (routes at host root; legacy /api/* redirects with 308)"
    }
  ],
  "paths": {
    "/account/company-transfer": {
      "get": {
        "summary": "Calls GET /account/company-transfer",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /account/company-transfer",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/account/contract-partner": {
      "get": {
        "summary": "Calls GET /account/contract-partner",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/account/legal-documents": {
      "get": {
        "summary": "Calls GET /account/legal-documents",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/account/payment-methods": {
      "get": {
        "summary": "Calls GET /account/payment-methods",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /account/payment-methods",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /account/payment-methods",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/account/payment-methods/[mandateId]": {
      "delete": {
        "summary": "Calls DELETE /account/payment-methods/[mandateId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/account/tenant-transfer": {
      "get": {
        "summary": "Calls GET /account/tenant-transfer",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /account/tenant-transfer",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/addresses": {
      "get": {
        "summary": "Calls GET /addresses",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /addresses",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /addresses",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /addresses",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/commissions": {
      "get": {
        "summary": "Calls GET /affiliates/me/commissions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/convert-to-credit": {
      "post": {
        "summary": "Calls POST /affiliates/me/convert-to-credit",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/coupon-usage": {
      "get": {
        "summary": "Calls GET /affiliates/me/coupon-usage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/credit-note/preview": {
      "post": {
        "summary": "Calls POST /affiliates/me/credit-note/preview",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/credit-note/[id]/confirm": {
      "post": {
        "summary": "Calls POST /affiliates/me/credit-note/[id]/confirm",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/credit-notes": {
      "get": {
        "summary": "Calls GET /affiliates/me/credit-notes",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/credit-notes/[id]/download": {
      "get": {
        "summary": "Calls GET /affiliates/me/credit-notes/[id]/download",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/payout-method": {
      "patch": {
        "summary": "Calls PATCH /affiliates/me/payout-method",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/payout-requests": {
      "get": {
        "summary": "Calls GET /affiliates/me/payout-requests",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /affiliates/me/payout-requests",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me": {
      "get": {
        "summary": "Calls GET /affiliates/me",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/me/tax-info": {
      "get": {
        "summary": "Calls GET /affiliates/me/tax-info",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /affiliates/me/tax-info",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/affiliates/validate": {
      "post": {
        "summary": "Calls POST /affiliates/validate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/api-keys": {
      "get": {
        "summary": "Calls GET /api-keys",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /api-keys",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /api-keys",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/api-keys/usage": {
      "get": {
        "summary": "Calls GET /api-keys/usage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/2fa/setup": {
      "get": {
        "summary": "Calls GET /auth/2fa/setup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /auth/2fa/setup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /auth/2fa/setup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/backup-codes": {
      "get": {
        "summary": "Calls GET /auth/backup-codes",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /auth/backup-codes",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/blocklist-appeal": {
      "post": {
        "summary": "Calls POST /auth/blocklist-appeal",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/change-password": {
      "post": {
        "summary": "Calls POST /auth/change-password",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/code": {
      "post": {
        "summary": "Calls POST /auth/code",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/forgot-password": {
      "post": {
        "summary": "Calls POST /auth/forgot-password",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/login/begin": {
      "post": {
        "summary": "Calls POST /auth/login/begin",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/login": {
      "post": {
        "summary": "Calls POST /auth/login",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/logout": {
      "post": {
        "summary": "Calls POST /auth/logout",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /auth/logout",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/me": {
      "get": {
        "summary": "Calls GET /auth/me",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /auth/me",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /auth/me",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/oauth/2fa-complete": {
      "post": {
        "summary": "Calls POST /auth/oauth/2fa-complete",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/oauth/link/[provider]": {
      "get": {
        "summary": "Calls GET /auth/oauth/link/[provider]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /auth/oauth/link/[provider]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/oauth/providers": {
      "get": {
        "summary": "Calls GET /auth/oauth/providers",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/oauth/[provider]/callback": {
      "get": {
        "summary": "Calls GET /auth/oauth/[provider]/callback",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/oauth/[provider]": {
      "get": {
        "summary": "Calls GET /auth/oauth/[provider]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/passkeys/authenticate": {
      "post": {
        "summary": "Calls POST /auth/passkeys/authenticate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/passkeys/register": {
      "get": {
        "summary": "Calls GET /auth/passkeys/register",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /auth/passkeys/register",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/passkeys": {
      "get": {
        "summary": "Calls GET /auth/passkeys",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /auth/passkeys",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/register": {
      "post": {
        "summary": "Calls POST /auth/register",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/reset-password": {
      "get": {
        "summary": "Calls GET /auth/reset-password",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /auth/reset-password",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/session": {
      "get": {
        "summary": "Calls GET /auth/session",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/sessions": {
      "get": {
        "summary": "Calls GET /auth/sessions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /auth/sessions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/sso/callback": {
      "get": {
        "summary": "Calls GET /auth/sso/callback",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/sso/link": {
      "post": {
        "summary": "Calls POST /auth/sso/link",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/sso/start": {
      "get": {
        "summary": "Calls GET /auth/sso/start",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/verify-account/resend": {
      "post": {
        "summary": "Calls POST /auth/verify-account/resend",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/verify-account": {
      "post": {
        "summary": "Calls POST /auth/verify-account",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/verify-code": {
      "post": {
        "summary": "Calls POST /auth/verify-code",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/auth/verify-email": {
      "get": {
        "summary": "Calls GET /auth/verify-email",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /auth/verify-email",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/balance/auto-topup": {
      "get": {
        "summary": "Calls GET /balance/auto-topup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /balance/auto-topup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/balance/auto-topup/[id]": {
      "patch": {
        "summary": "Calls PATCH /balance/auto-topup/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /balance/auto-topup/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/blog-posts/[slug]/vote": {
      "post": {
        "summary": "Calls POST /blog-posts/[slug]/vote",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/billing": {
      "get": {
        "summary": "Calls GET /business/billing",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /business/billing",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /business/billing",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/eligibility": {
      "get": {
        "summary": "Calls GET /business/eligibility",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/fund": {
      "get": {
        "summary": "Calls GET /business/fund",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /business/fund",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/fund/special-termination": {
      "get": {
        "summary": "Calls GET /business/fund/special-termination",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /business/fund/special-termination",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/fund/[id]/accept": {
      "post": {
        "summary": "Calls POST /business/fund/[id]/accept",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/fund/[id]/cancel": {
      "post": {
        "summary": "Calls POST /business/fund/[id]/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/fund/[id]/reject": {
      "post": {
        "summary": "Calls POST /business/fund/[id]/reject",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/verification/documents/[id]": {
      "get": {
        "summary": "Calls GET /business/verification/documents/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/business/verification": {
      "get": {
        "summary": "Calls GET /business/verification",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /business/verification",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/apply": {
      "post": {
        "summary": "Calls POST /byoip/apply",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/assign": {
      "get": {
        "summary": "Calls GET /byoip/assign",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /byoip/assign",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/assign/[id]": {
      "delete": {
        "summary": "Calls DELETE /byoip/assign/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/cancel": {
      "post": {
        "summary": "Calls POST /byoip/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/deannouncement/request": {
      "post": {
        "summary": "Calls POST /byoip/deannouncement/request",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/migration/request": {
      "post": {
        "summary": "Calls POST /byoip/migration/request",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/status": {
      "get": {
        "summary": "Calls GET /byoip/status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/subscribe": {
      "post": {
        "summary": "Calls POST /byoip/subscribe",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/transfers": {
      "get": {
        "summary": "Calls GET /byoip/transfers",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /byoip/transfers",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/byoip/wallet": {
      "get": {
        "summary": "Calls GET /byoip/wallet",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /byoip/wallet",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /byoip/wallet",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/cart/calculate": {
      "post": {
        "summary": "Calls POST /cart/calculate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/cart/upgrade": {
      "post": {
        "summary": "Calls POST /cart/upgrade",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/cart/validate": {
      "post": {
        "summary": "Calls POST /cart/validate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/case-reports/damage/bootstrap": {
      "get": {
        "summary": "Calls GET /case-reports/damage/bootstrap",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/case-reports/damage": {
      "post": {
        "summary": "Calls POST /case-reports/damage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/categories/[id]/upgrade-config": {
      "get": {
        "summary": "Calls GET /categories/[id]/upgrade-config",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/checkout/bootstrap": {
      "get": {
        "summary": "Calls GET /checkout/bootstrap",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/checkout/offers/validate": {
      "post": {
        "summary": "Calls POST /checkout/offers/validate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/checkout": {
      "post": {
        "summary": "Calls POST /checkout",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/access": {
      "get": {
        "summary": "Calls GET /container/access",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects": {
      "get": {
        "summary": "Calls GET /container/projects",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /container/projects",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects/[id]/domains": {
      "post": {
        "summary": "Calls POST /container/projects/[id]/domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects/[id]/import": {
      "post": {
        "summary": "Calls POST /container/projects/[id]/import",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects/[id]/networks": {
      "post": {
        "summary": "Calls POST /container/projects/[id]/networks",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects/[id]/ports": {
      "post": {
        "summary": "Calls POST /container/projects/[id]/ports",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects/[id]": {
      "get": {
        "summary": "Calls GET /container/projects/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects/[id]/templates": {
      "get": {
        "summary": "Calls GET /container/projects/[id]/templates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /container/projects/[id]/templates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/projects/[id]/workloads": {
      "post": {
        "summary": "Calls POST /container/projects/[id]/workloads",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/regions": {
      "get": {
        "summary": "Calls GET /container/regions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/workloads/[id]/actions": {
      "post": {
        "summary": "Calls POST /container/workloads/[id]/actions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/workloads/[id]/env": {
      "get": {
        "summary": "Calls GET /container/workloads/[id]/env",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /container/workloads/[id]/env",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/workloads/[id]/files": {
      "get": {
        "summary": "Calls GET /container/workloads/[id]/files",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /container/workloads/[id]/files",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/workloads/[id]/logs": {
      "get": {
        "summary": "Calls GET /container/workloads/[id]/logs",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/workloads/[id]/monitoring": {
      "get": {
        "summary": "Calls GET /container/workloads/[id]/monitoring",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/container/workloads/[id]": {
      "get": {
        "summary": "Calls GET /container/workloads/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/coupons/preview": {
      "post": {
        "summary": "Calls POST /coupons/preview",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/dashboard/contract-payment-alert": {
      "get": {
        "summary": "Calls GET /dashboard/contract-payment-alert",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/dashboard/traffic-sources": {
      "get": {
        "summary": "Calls GET /dashboard/traffic-sources",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/add": {
      "post": {
        "summary": "Calls POST /domains/add",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/nameservers": {
      "get": {
        "summary": "Calls GET /domains/nameservers",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/order": {
      "post": {
        "summary": "Calls POST /domains/order",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/order/[id]": {
      "patch": {
        "summary": "Calls PATCH /domains/order/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/quote": {
      "post": {
        "summary": "Calls POST /domains/quote",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/registrations/by-service/[serviceId]": {
      "get": {
        "summary": "Calls GET /domains/registrations/by-service/[serviceId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/registrations": {
      "get": {
        "summary": "Calls GET /domains/registrations",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/registrations/[id]/actions": {
      "post": {
        "summary": "Calls POST /domains/registrations/[id]/actions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/registrations/[id]": {
      "get": {
        "summary": "Calls GET /domains/registrations/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains": {
      "get": {
        "summary": "Calls GET /domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/suggest": {
      "post": {
        "summary": "Calls POST /domains/suggest",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/tld-prices": {
      "post": {
        "summary": "Calls POST /domains/tld-prices",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/transfer-quote": {
      "post": {
        "summary": "Calls POST /domains/transfer-quote",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/whois": {
      "get": {
        "summary": "Calls GET /domains/whois",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/[domainId]/delete": {
      "delete": {
        "summary": "Calls DELETE /domains/[domainId]/delete",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/[domainId]/export": {
      "get": {
        "summary": "Calls GET /domains/[domainId]/export",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/[domainId]/import/text": {
      "post": {
        "summary": "Calls POST /domains/[domainId]/import/text",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/[domainId]/records": {
      "get": {
        "summary": "Calls GET /domains/[domainId]/records",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /domains/[domainId]/records",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/domains/[domainId]/records/[recordId]": {
      "patch": {
        "summary": "Calls PATCH /domains/[domainId]/records/[recordId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /domains/[domainId]/records/[recordId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/events/collect": {
      "post": {
        "summary": "Calls POST /events/collect",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/events": {
      "get": {
        "summary": "Calls GET /events",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/invite/[token]": {
      "get": {
        "summary": "Calls GET /family/invite/[token]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/invite/[token]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family": {
      "get": {
        "summary": "Calls GET /family",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/audit": {
      "get": {
        "summary": "Calls GET /family/[groupId]/audit",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/auto-topup": {
      "get": {
        "summary": "Calls GET /family/[groupId]/auto-topup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/auto-topup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/balance-requests": {
      "get": {
        "summary": "Calls GET /family/[groupId]/balance-requests",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/balance-requests",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/balance-requests/[requestId]": {
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/balance-requests/[requestId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/billing/mandates": {
      "get": {
        "summary": "Calls GET /family/[groupId]/billing/mandates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/billing/mandates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/billing/mandates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/billing/mandates/[mandateId]": {
      "delete": {
        "summary": "Calls DELETE /family/[groupId]/billing/mandates/[mandateId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/billing": {
      "get": {
        "summary": "Calls GET /family/[groupId]/billing",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/billing",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/billing",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/consent": {
      "get": {
        "summary": "Calls GET /family/[groupId]/consent",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/consent",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/consent",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/controls/locks": {
      "get": {
        "summary": "Calls GET /family/[groupId]/controls/locks",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/controls/locks",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/controls/locks/[lockId]": {
      "delete": {
        "summary": "Calls DELETE /family/[groupId]/controls/locks/[lockId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/controls/resource-limits": {
      "get": {
        "summary": "Calls GET /family/[groupId]/controls/resource-limits",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/controls/resource-limits",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/controls/resource-limits/[limitId]": {
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/controls/resource-limits/[limitId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /family/[groupId]/controls/resource-limits/[limitId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/controls/time-policies": {
      "get": {
        "summary": "Calls GET /family/[groupId]/controls/time-policies",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/controls/time-policies",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/controls/time-policies/[policyId]": {
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/controls/time-policies/[policyId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /family/[groupId]/controls/time-policies/[policyId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/gdpr": {
      "get": {
        "summary": "Calls GET /family/[groupId]/gdpr",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/gdpr",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /family/[groupId]/gdpr",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/invites": {
      "get": {
        "summary": "Calls GET /family/[groupId]/invites",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/invites",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/members": {
      "get": {
        "summary": "Calls GET /family/[groupId]/members",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/members",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/members/[userId]": {
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/members/[userId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /family/[groupId]/members/[userId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/messages": {
      "get": {
        "summary": "Calls GET /family/[groupId]/messages",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/messages",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/messages/[messageId]": {
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/messages/[messageId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/monitoring": {
      "get": {
        "summary": "Calls GET /family/[groupId]/monitoring",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/payment-approvals": {
      "get": {
        "summary": "Calls GET /family/[groupId]/payment-approvals",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/payment-approvals/[approvalId]": {
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/payment-approvals/[approvalId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]": {
      "get": {
        "summary": "Calls GET /family/[groupId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /family/[groupId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /family/[groupId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/spending-limits": {
      "get": {
        "summary": "Calls GET /family/[groupId]/spending-limits",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /family/[groupId]/spending-limits",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/spending-limits/[limitId]": {
      "patch": {
        "summary": "Calls PATCH /family/[groupId]/spending-limits/[limitId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /family/[groupId]/spending-limits/[limitId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/family/[groupId]/usage": {
      "get": {
        "summary": "Calls GET /family/[groupId]/usage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/feedback": {
      "get": {
        "summary": "Calls GET /feedback",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /feedback",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/floating-ips/options": {
      "get": {
        "summary": "Calls GET /floating-ips/options",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/floating-ips/order": {
      "post": {
        "summary": "Calls POST /floating-ips/order",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/floating-ips": {
      "get": {
        "summary": "Calls GET /floating-ips",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/floating-ips/[id]/assign": {
      "post": {
        "summary": "Calls POST /floating-ips/[id]/assign",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/floating-ips/[id]/cancel": {
      "post": {
        "summary": "Calls POST /floating-ips/[id]/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/floating-ips/[id]/targets": {
      "get": {
        "summary": "Calls GET /floating-ips/[id]/targets",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/floating-ips/[id]/unassign": {
      "post": {
        "summary": "Calls POST /floating-ips/[id]/unassign",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/health": {
      "get": {
        "summary": "Calls GET /health",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/download-all": {
      "get": {
        "summary": "Calls GET /invoices/download-all",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices": {
      "get": {
        "summary": "Calls GET /invoices",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /invoices",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]/credit-note-document": {
      "get": {
        "summary": "Calls GET /invoices/[id]/credit-note-document",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]/dispute": {
      "post": {
        "summary": "Calls POST /invoices/[id]/dispute",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]/document": {
      "get": {
        "summary": "Calls GET /invoices/[id]/document",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]/dunning-document": {
      "get": {
        "summary": "Calls GET /invoices/[id]/dunning-document",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]/pay/cancel": {
      "post": {
        "summary": "Calls POST /invoices/[id]/pay/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]/pay": {
      "post": {
        "summary": "Calls POST /invoices/[id]/pay",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]": {
      "get": {
        "summary": "Calls GET /invoices/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/invoices/[id]/withdraw": {
      "post": {
        "summary": "Calls POST /invoices/[id]/withdraw",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/ip-manager": {
      "get": {
        "summary": "Calls GET /ip-manager",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /ip-manager",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/ip-manager/[id]": {
      "patch": {
        "summary": "Calls PATCH /ip-manager/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /ip-manager/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/knowledge-base": {
      "get": {
        "summary": "Calls GET /knowledge-base",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/netpoints/preview": {
      "post": {
        "summary": "Calls POST /netpoints/preview",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/netpoints": {
      "get": {
        "summary": "Calls GET /netpoints",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/newsletter/unsubscribe": {
      "get": {
        "summary": "Calls GET /newsletter/unsubscribe",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/newsletter/verify": {
      "get": {
        "summary": "Calls GET /newsletter/verify",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/openapi": {
      "get": {
        "summary": "Calls GET /openapi",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/permissions/accept": {
      "post": {
        "summary": "Calls POST /permissions/accept",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/permissions/decline": {
      "post": {
        "summary": "Calls POST /permissions/decline",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/permissions/me": {
      "get": {
        "summary": "Calls GET /permissions/me",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/permissions": {
      "get": {
        "summary": "Calls GET /permissions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /permissions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /permissions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/permissions/[id]/details": {
      "get": {
        "summary": "Calls GET /permissions/[id]/details",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/permissions/[id]": {
      "patch": {
        "summary": "Calls PATCH /permissions/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /permissions/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/ping": {
      "get": {
        "summary": "Calls GET /ping",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/cancel": {
      "post": {
        "summary": "Calls POST /plus/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/forecast": {
      "get": {
        "summary": "Calls GET /plus/forecast",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/invoices": {
      "get": {
        "summary": "Calls GET /plus/invoices",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/pooling": {
      "get": {
        "summary": "Calls GET /plus/pooling",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /plus/pooling",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/pricing-preview": {
      "post": {
        "summary": "Calls POST /plus/pricing-preview",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/reactivate": {
      "post": {
        "summary": "Calls POST /plus/reactivate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/security-plus": {
      "post": {
        "summary": "Calls POST /plus/security-plus",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/status": {
      "get": {
        "summary": "Calls GET /plus/status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/subscribe": {
      "post": {
        "summary": "Calls POST /plus/subscribe",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/plus/wallet": {
      "get": {
        "summary": "Calls GET /plus/wallet",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /plus/wallet",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/preorders": {
      "get": {
        "summary": "Calls GET /preorders",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/preorders/[id]/withdraw": {
      "post": {
        "summary": "Calls POST /preorders/[id]/withdraw",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/by-slug/[slug]": {
      "get": {
        "summary": "Calls GET /products/by-slug/[slug]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/locations": {
      "get": {
        "summary": "Calls GET /products/locations",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/proxmox-slot-preview": {
      "post": {
        "summary": "Calls POST /products/proxmox-slot-preview",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products": {
      "get": {
        "summary": "Calls GET /products",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/templates": {
      "get": {
        "summary": "Calls GET /products/templates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/[category]": {
      "get": {
        "summary": "Calls GET /products/[category]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/[category]/view": {
      "get": {
        "summary": "Calls GET /products/[category]/view",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/[category]/[product]": {
      "get": {
        "summary": "Calls GET /products/[category]/[product]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/products/[category]/[product]/view": {
      "get": {
        "summary": "Calls GET /products/[category]/[product]/view",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/abuse": {
      "post": {
        "summary": "Calls POST /public/abuse",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/appearance/assets/[key]": {
      "get": {
        "summary": "Calls GET /public/appearance/assets/[key]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/appearance": {
      "get": {
        "summary": "Calls GET /public/appearance",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/blog": {
      "get": {
        "summary": "Calls GET /public/blog",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/blog/[slug]": {
      "get": {
        "summary": "Calls GET /public/blog/[slug]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/case-report": {
      "post": {
        "summary": "Calls POST /public/case-report",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/case-status": {
      "get": {
        "summary": "Calls GET /public/case-status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/countries": {
      "get": {
        "summary": "Calls GET /public/countries",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/domains/starting-price": {
      "post": {
        "summary": "Calls POST /public/domains/starting-price",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/footer-proxy/status-availability": {
      "get": {
        "summary": "Calls GET /public/footer-proxy/status-availability",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/footer-proxy/status-pulse": {
      "get": {
        "summary": "Calls GET /public/footer-proxy/status-pulse",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/legal/[doc]": {
      "get": {
        "summary": "Calls GET /public/legal/[doc]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/navigation": {
      "get": {
        "summary": "Calls GET /public/navigation",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/providers/[id]/catalog": {
      "get": {
        "summary": "Calls GET /public/providers/[id]/catalog",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/registration-status": {
      "get": {
        "summary": "Calls GET /public/registration-status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/report-minor": {
      "post": {
        "summary": "Calls POST /public/report-minor",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/reviews": {
      "get": {
        "summary": "Calls GET /public/reviews",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/setup/assets": {
      "post": {
        "summary": "Calls POST /public/setup/assets",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/setup/complete": {
      "post": {
        "summary": "Calls POST /public/setup/complete",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/setup/legal": {
      "get": {
        "summary": "Calls GET /public/setup/legal",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /public/setup/legal",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/setup": {
      "get": {
        "summary": "Calls GET /public/setup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /public/setup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/setup-status": {
      "get": {
        "summary": "Calls GET /public/setup-status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/support-hours": {
      "get": {
        "summary": "Calls GET /public/support-hours",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/support-stats": {
      "get": {
        "summary": "Calls GET /public/support-stats",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/takedown": {
      "post": {
        "summary": "Calls POST /public/takedown",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/tenant": {
      "get": {
        "summary": "Calls GET /public/tenant",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public/trustpilot-proxy/[...path]": {
      "get": {
        "summary": "Calls GET /public/trustpilot-proxy/[...path]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/public-settings": {
      "get": {
        "summary": "Calls GET /public-settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/maintenance-notifications": {
      "get": {
        "summary": "Calls GET /services/maintenance-notifications",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services": {
      "get": {
        "summary": "Calls GET /services",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/status-batch": {
      "post": {
        "summary": "Calls POST /services/status-batch",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/total-bandwidth": {
      "get": {
        "summary": "Calls GET /services/total-bandwidth",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/action": {
      "post": {
        "summary": "Calls POST /services/[id]/action",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/actions/[key]": {
      "post": {
        "summary": "Calls POST /services/[id]/actions/[key]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/activity": {
      "get": {
        "summary": "Calls GET /services/[id]/activity",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/allocations": {
      "get": {
        "summary": "Calls GET /services/[id]/allocations",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/apply-downgrade": {
      "post": {
        "summary": "Calls POST /services/[id]/apply-downgrade",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/backups": {
      "get": {
        "summary": "Calls GET /services/[id]/backups",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/backups",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/backups/[backupId]/download": {
      "get": {
        "summary": "Calls GET /services/[id]/backups/[backupId]/download",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/backups/[backupId]": {
      "post": {
        "summary": "Calls POST /services/[id]/backups/[backupId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/backups/[backupId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/bandwidth-usage": {
      "get": {
        "summary": "Calls GET /services/[id]/bandwidth-usage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/billing-cycles": {
      "get": {
        "summary": "Calls GET /services/[id]/billing-cycles",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/console/command": {
      "post": {
        "summary": "Calls POST /services/[id]/console/command",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/console/embed": {
      "get": {
        "summary": "Calls GET /services/[id]/console/embed",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/console": {
      "get": {
        "summary": "Calls GET /services/[id]/console",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/console",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/console/stream": {
      "get": {
        "summary": "Calls GET /services/[id]/console/stream",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/contract-documents": {
      "get": {
        "summary": "Calls GET /services/[id]/contract-documents",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/contract-documents/[filename]": {
      "get": {
        "summary": "Calls GET /services/[id]/contract-documents/[filename]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/disk-usage": {
      "get": {
        "summary": "Calls GET /services/[id]/disk-usage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/domain/withdraw": {
      "post": {
        "summary": "Calls POST /services/[id]/domain/withdraw",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/eggs": {
      "get": {
        "summary": "Calls GET /services/[id]/eggs",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/files": {
      "get": {
        "summary": "Calls GET /services/[id]/files",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/files",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/firewall": {
      "get": {
        "summary": "Calls GET /services/[id]/firewall",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/firewall",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/firewall/[ruleId]": {
      "patch": {
        "summary": "Calls PATCH /services/[id]/firewall/[ruleId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/firewall/[ruleId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/ips/cancel": {
      "post": {
        "summary": "Calls POST /services/[id]/ips/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/ips/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/labels/assignments": {
      "put": {
        "summary": "Calls PUT /services/[id]/labels/assignments",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/labels": {
      "get": {
        "summary": "Calls GET /services/[id]/labels",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/labels",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/labels/[labelId]": {
      "patch": {
        "summary": "Calls PATCH /services/[id]/labels/[labelId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/labels/[labelId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/mail/aliases": {
      "get": {
        "summary": "Calls GET /services/[id]/mail/aliases",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/mail/aliases",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/mail/aliases",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/mail/dns-zones": {
      "get": {
        "summary": "Calls GET /services/[id]/mail/dns-zones",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/mail/domains/apply-dns": {
      "post": {
        "summary": "Calls POST /services/[id]/mail/domains/apply-dns",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/mail/domains/dns": {
      "get": {
        "summary": "Calls GET /services/[id]/mail/domains/dns",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/mail/domains": {
      "get": {
        "summary": "Calls GET /services/[id]/mail/domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/mail/domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/mail/domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/mail/domains/verify-dns": {
      "post": {
        "summary": "Calls POST /services/[id]/mail/domains/verify-dns",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/mail/mailboxes": {
      "get": {
        "summary": "Calls GET /services/[id]/mail/mailboxes",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/mail/mailboxes",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /services/[id]/mail/mailboxes",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/mail/mailboxes",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/metrics": {
      "get": {
        "summary": "Calls GET /services/[id]/metrics",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/config": {
      "get": {
        "summary": "Calls GET /services/[id]/monitoring/config",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /services/[id]/monitoring/config",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/history": {
      "get": {
        "summary": "Calls GET /services/[id]/monitoring/history",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/push/device-token": {
      "post": {
        "summary": "Calls POST /services/[id]/monitoring/push/device-token",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/push/public-key": {
      "get": {
        "summary": "Calls GET /services/[id]/monitoring/push/public-key",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/push/subscribe": {
      "post": {
        "summary": "Calls POST /services/[id]/monitoring/push/subscribe",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/score": {
      "get": {
        "summary": "Calls GET /services/[id]/monitoring/score",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/targets": {
      "get": {
        "summary": "Calls GET /services/[id]/monitoring/targets",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/monitoring/targets",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/monitoring/targets/[targetId]": {
      "patch": {
        "summary": "Calls PATCH /services/[id]/monitoring/targets/[targetId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]/monitoring/targets/[targetId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/notifications": {
      "get": {
        "summary": "Calls GET /services/[id]/notifications",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/plesk/credentials": {
      "get": {
        "summary": "Calls GET /services/[id]/plesk/credentials",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/plesk/credentials",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/plesk/domains": {
      "get": {
        "summary": "Calls GET /services/[id]/plesk/domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/plesk/domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/plesk/reset": {
      "post": {
        "summary": "Calls POST /services/[id]/plesk/reset",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/plesk/setup": {
      "get": {
        "summary": "Calls GET /services/[id]/plesk/setup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/plesk/setup",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/ploi/dns": {
      "get": {
        "summary": "Calls GET /services/[id]/ploi/dns",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/ploi/dns",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/ploi/storage-history": {
      "get": {
        "summary": "Calls GET /services/[id]/ploi/storage-history",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/reinstall": {
      "post": {
        "summary": "Calls POST /services/[id]/reinstall",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/renew": {
      "post": {
        "summary": "Calls POST /services/[id]/renew",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]": {
      "get": {
        "summary": "Calls GET /services/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /services/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /services/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/settings": {
      "get": {
        "summary": "Calls GET /services/[id]/settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /services/[id]/settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /services/[id]/settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sftp/ensure-password": {
      "post": {
        "summary": "Calls POST /services/[id]/sftp/ensure-password",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sftp/rotate-password": {
      "post": {
        "summary": "Calls POST /services/[id]/sftp/rotate-password",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sftp": {
      "get": {
        "summary": "Calls GET /services/[id]/sftp",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla/accept": {
      "post": {
        "summary": "Calls POST /services/[id]/sla/accept",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla/amend": {
      "post": {
        "summary": "Calls POST /services/[id]/sla/amend",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla/cancel": {
      "post": {
        "summary": "Calls POST /services/[id]/sla/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla/decline": {
      "post": {
        "summary": "Calls POST /services/[id]/sla/decline",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla/documents/[docId]": {
      "get": {
        "summary": "Calls GET /services/[id]/sla/documents/[docId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla/revoke-cancel": {
      "post": {
        "summary": "Calls POST /services/[id]/sla/revoke-cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla": {
      "get": {
        "summary": "Calls GET /services/[id]/sla",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/sla",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/sla/withdraw": {
      "post": {
        "summary": "Calls POST /services/[id]/sla/withdraw",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/startup-variables": {
      "get": {
        "summary": "Calls GET /services/[id]/startup-variables",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Calls PUT /services/[id]/startup-variables",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /services/[id]/startup-variables",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/status": {
      "get": {
        "summary": "Calls GET /services/[id]/status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/accelerate": {
      "post": {
        "summary": "Calls POST /services/[id]/subscription/accelerate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/autopay": {
      "patch": {
        "summary": "Calls PATCH /services/[id]/subscription/autopay",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/billing-address": {
      "patch": {
        "summary": "Calls PATCH /services/[id]/subscription/billing-address",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/cancel": {
      "post": {
        "summary": "Calls POST /services/[id]/subscription/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/extend": {
      "post": {
        "summary": "Calls POST /services/[id]/subscription/extend",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/interval": {
      "patch": {
        "summary": "Calls PATCH /services/[id]/subscription/interval",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/reactivate": {
      "post": {
        "summary": "Calls POST /services/[id]/subscription/reactivate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription": {
      "get": {
        "summary": "Calls GET /services/[id]/subscription",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/subscription/withdraw": {
      "post": {
        "summary": "Calls POST /services/[id]/subscription/withdraw",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/templates": {
      "get": {
        "summary": "Calls GET /services/[id]/templates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/top-ips": {
      "get": {
        "summary": "Calls GET /services/[id]/top-ips",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/traffic": {
      "get": {
        "summary": "Calls GET /services/[id]/traffic",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/upgrade": {
      "get": {
        "summary": "Calls GET /services/[id]/upgrade",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/upgrade",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/upgrade-preview": {
      "post": {
        "summary": "Calls POST /services/[id]/upgrade-preview",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/usage-export": {
      "get": {
        "summary": "Calls GET /services/[id]/usage-export",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /services/[id]/usage-export",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/services/[id]/view": {
      "get": {
        "summary": "Calls GET /services/[id]/view",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/ssh-keys/generate": {
      "post": {
        "summary": "Calls POST /ssh-keys/generate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/ssh-keys": {
      "get": {
        "summary": "Calls GET /ssh-keys",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /ssh-keys",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/ssh-keys/[id]": {
      "patch": {
        "summary": "Calls PATCH /ssh-keys/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /ssh-keys/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/storage/add-to-cart": {
      "post": {
        "summary": "Calls POST /storage/add-to-cart",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/storage/config": {
      "get": {
        "summary": "Calls GET /storage/config",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/storage": {
      "get": {
        "summary": "Calls GET /storage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /storage",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/storage/[id]/cancel": {
      "post": {
        "summary": "Calls POST /storage/[id]/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/storage/[id]": {
      "get": {
        "summary": "Calls GET /storage/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /storage/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /storage/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/subdomains/domains": {
      "get": {
        "summary": "Calls GET /subdomains/domains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/subdomains": {
      "get": {
        "summary": "Calls GET /subdomains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /subdomains",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/subdomains/[id]": {
      "patch": {
        "summary": "Calls PATCH /subdomains/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /subdomains/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/invite/[token]": {
      "get": {
        "summary": "Calls GET /team/invite/[token]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /team/invite/[token]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team": {
      "get": {
        "summary": "Calls GET /team",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /team",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/audit": {
      "get": {
        "summary": "Calls GET /team/[teamId]/audit",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/groups": {
      "get": {
        "summary": "Calls GET /team/[teamId]/groups",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /team/[teamId]/groups",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/groups/[groupId]/members": {
      "post": {
        "summary": "Calls POST /team/[teamId]/groups/[groupId]/members",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /team/[teamId]/groups/[groupId]/members",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/groups/[groupId]": {
      "patch": {
        "summary": "Calls PATCH /team/[teamId]/groups/[groupId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /team/[teamId]/groups/[groupId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/invites": {
      "get": {
        "summary": "Calls GET /team/[teamId]/invites",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /team/[teamId]/invites",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/invites/[inviteId]": {
      "delete": {
        "summary": "Calls DELETE /team/[teamId]/invites/[inviteId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/members": {
      "get": {
        "summary": "Calls GET /team/[teamId]/members",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/members/[userId]": {
      "patch": {
        "summary": "Calls PATCH /team/[teamId]/members/[userId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /team/[teamId]/members/[userId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/ownership-transfer": {
      "post": {
        "summary": "Calls POST /team/[teamId]/ownership-transfer",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/payment-methods": {
      "get": {
        "summary": "Calls GET /team/[teamId]/payment-methods",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /team/[teamId]/payment-methods",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/projects": {
      "get": {
        "summary": "Calls GET /team/[teamId]/projects",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /team/[teamId]/projects",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/projects/[projectId]": {
      "post": {
        "summary": "Calls POST /team/[teamId]/projects/[projectId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]": {
      "get": {
        "summary": "Calls GET /team/[teamId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /team/[teamId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /team/[teamId]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/team/[teamId]/subscriptions/[subscriptionId]/cancel": {
      "post": {
        "summary": "Calls POST /team/[teamId]/subscriptions/[subscriptionId]/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/tickets/attachable-services": {
      "get": {
        "summary": "Calls GET /tickets/attachable-services",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/tickets": {
      "get": {
        "summary": "Calls GET /tickets",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /tickets",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/tickets/share-candidates": {
      "get": {
        "summary": "Calls GET /tickets/share-candidates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/tickets/[id]/export": {
      "get": {
        "summary": "Calls GET /tickets/[id]/export",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/tickets/[id]": {
      "get": {
        "summary": "Calls GET /tickets/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /tickets/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /tickets/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/traffic/pricing-preview": {
      "post": {
        "summary": "Calls POST /traffic/pricing-preview",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/audit-log": {
      "get": {
        "summary": "Calls GET /user/audit-log",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/autopay": {
      "get": {
        "summary": "Calls GET /user/autopay",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /user/autopay",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/business-data-review": {
      "get": {
        "summary": "Calls GET /user/business-data-review",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/change-email": {
      "post": {
        "summary": "Calls POST /user/change-email",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/change-email/verify-new": {
      "post": {
        "summary": "Calls POST /user/change-email/verify-new",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/change-email/verify-old": {
      "post": {
        "summary": "Calls POST /user/change-email/verify-old",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/date-of-birth": {
      "post": {
        "summary": "Calls POST /user/date-of-birth",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/discord": {
      "get": {
        "summary": "Calls GET /user/discord",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /user/discord",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /user/discord",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /user/discord",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/dpa/cancel": {
      "post": {
        "summary": "Calls POST /user/dpa/cancel",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/dpa/documents/[id]": {
      "get": {
        "summary": "Calls GET /user/dpa/documents/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/dpa": {
      "get": {
        "summary": "Calls GET /user/dpa",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /user/dpa",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/gdpr-export": {
      "get": {
        "summary": "Calls GET /user/gdpr-export",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /user/gdpr-export",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/enforcement-status": {
      "get": {
        "summary": "Calls GET /user/id-verification/enforcement-status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/enjyn-callback": {
      "post": {
        "summary": "Calls POST /user/id-verification/enjyn-callback",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/start": {
      "post": {
        "summary": "Calls POST /user/id-verification/start",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/status": {
      "get": {
        "summary": "Calls GET /user/id-verification/status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/[id]/decline": {
      "post": {
        "summary": "Calls POST /user/id-verification/[id]/decline",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/[id]/enjyn-restart": {
      "post": {
        "summary": "Calls POST /user/id-verification/[id]/enjyn-restart",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/[id]/enjyn-start": {
      "post": {
        "summary": "Calls POST /user/id-verification/[id]/enjyn-start",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/[id]/method": {
      "post": {
        "summary": "Calls POST /user/id-verification/[id]/method",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/[id]/refuse": {
      "post": {
        "summary": "Calls POST /user/id-verification/[id]/refuse",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/id-verification/[id]/upload": {
      "post": {
        "summary": "Calls POST /user/id-verification/[id]/upload",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/monthly-offers": {
      "get": {
        "summary": "Calls GET /user/monthly-offers",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/newsletter-settings": {
      "get": {
        "summary": "Calls GET /user/newsletter-settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /user/newsletter-settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/notifications": {
      "get": {
        "summary": "Calls GET /user/notifications",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /user/notifications",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/notifications/[id]": {
      "get": {
        "summary": "Calls GET /user/notifications/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /user/notifications/[id]",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/profile-review/confirm": {
      "post": {
        "summary": "Calls POST /user/profile-review/confirm",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/profile-review": {
      "get": {
        "summary": "Calls GET /user/profile-review",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/push/device-token": {
      "post": {
        "summary": "Calls POST /user/push/device-token",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /user/push/device-token",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/push/preferences": {
      "get": {
        "summary": "Calls GET /user/push/preferences",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /user/push/preferences",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/push/public-key": {
      "get": {
        "summary": "Calls GET /user/push/public-key",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/push/subscribe": {
      "post": {
        "summary": "Calls POST /user/push/subscribe",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /user/push/subscribe",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/settings": {
      "patch": {
        "summary": "Calls PATCH /user/settings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/sso": {
      "get": {
        "summary": "Calls GET /user/sso",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /user/sso",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "patch": {
        "summary": "Calls PATCH /user/sso",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Calls DELETE /user/sso",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/subscriptions": {
      "get": {
        "summary": "Calls GET /user/subscriptions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /user/subscriptions",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/support-phone": {
      "get": {
        "summary": "Calls GET /user/support-phone",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/user/support-pin": {
      "get": {
        "summary": "Calls GET /user/support-pin",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Calls POST /user/support-pin",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/bonus-event": {
      "get": {
        "summary": "Calls GET /wallet/bonus-event",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/purchase-from-balance": {
      "post": {
        "summary": "Calls POST /wallet/vouchers/purchase-from-balance",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/purchase-status": {
      "get": {
        "summary": "Calls GET /wallet/vouchers/purchase-status",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/purchase-with-mandate": {
      "post": {
        "summary": "Calls POST /wallet/vouchers/purchase-with-mandate",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/purchase-with-mollie": {
      "post": {
        "summary": "Calls POST /wallet/vouchers/purchase-with-mollie",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/redeem": {
      "post": {
        "summary": "Calls POST /wallet/vouchers/redeem",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers": {
      "get": {
        "summary": "Calls GET /wallet/vouchers",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/[id]/certificate.pdf": {
      "get": {
        "summary": "Calls GET /wallet/vouchers/[id]/certificate.pdf",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/[id]/code": {
      "get": {
        "summary": "Calls GET /wallet/vouchers/[id]/code",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    },
    "/wallet/vouchers/[id]/withdraw": {
      "post": {
        "summary": "Calls POST /wallet/vouchers/[id]/withdraw",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "success"
                  ],
                  "properties": {
                    "success": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "description": "Error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          },
          "5XX": {
            "description": "Server error response (codes-only, localized client-side)",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiError"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "SuccessResponse": {
        "type": "object",
        "required": [
          "success"
        ],
        "properties": {
          "success": {
            "type": "boolean"
          }
        }
      },
      "ApiError": {
        "type": "object",
        "required": [
          "success",
          "errorCode"
        ],
        "properties": {
          "success": {
            "type": "boolean",
            "enum": [
              false
            ]
          },
          "status": {
            "type": "integer",
            "description": "Semantic HTTP status of the error."
          },
          "ok": {
            "type": "boolean",
            "enum": [
              false
            ]
          },
          "errorCode": {
            "type": "string",
            "description": "Machine-readable error code (camelCase). Clients resolve the localized message via i18n key `apiError<PascalCase(code)>`.",
            "enum": [
              "aCompleteAddressIsRequired",
              "aCompleteAddressIsRequired2",
              "aMaximumOf3RestartSlotsIsAllowed",
              "aMaximumOfMaxBatchIdsServicesCanBeRequestedAtOnce",
              "aNewActivationCodeHasBeenSentToYourEmail",
              "aPendingPayoutRequestAlreadyExists",
              "aRecordTypeRecordForThisSubdomainAlreadyExists",
              "aRecordsAreNotSupportedByProviderProviderType",
              "aRejectionReasonIsRequired",
              "aRejectionReasonIsRequired2",
              "aToRSwitchWithThisNameAlreadyExists",
              "aValidEmailIsRequired",
              "aaaaRecordsAreNotSupportedByProviderProviderType",
              "acceptPrivacyRequired",
              "acceptTermsRequired",
              "acceptVoucherExpiryRequired",
              "acceptVoucherNotCashRequired",
              "accessDenied",
              "accountActivatedSuccessfully",
              "accountAlreadyLinkedToThisProvider",
              "accountHolderNameIsRequired",
              "accountIsAlreadyVerified",
              "accountIsLockedByParentalControls",
              "accountIsLockedByParentalControls2",
              "accountIsNotActive",
              "accountNotLinkedToThisProvider",
              "accountSuspended",
              "accountSuspended2",
              "actionCouldNotBeLoaded",
              "actionCouldNotBeLoaded2",
              "actionFailed",
              "actionFailed2",
              "actionMustBeApprovedOrDeclined",
              "actionNotImplemented",
              "actionNotImplemented2",
              "activeAutoTopUpsMustBeRecreatedToChangeTheAmount",
              "activeSessionCount",
              "addressAndGotoAreRequired",
              "addressIdIsRequired",
              "addressIsOutsideOfYourAssignedIpv6Subnet",
              "addressNotFound",
              "adminAccessRequired",
              "adminAccountsCannotBeSelfDeleted",
              "adminCancellationCannotBeRevokedViaPatchUseRevokeCancellation",
              "adminCancellationCannotBeRevokedViaPatchUseRevokeCancellation2",
              "adminCancellationIsAlreadyScheduled",
              "adminCancellationIsAlreadyScheduled2",
              "adminGrantNoPaymentRequired",
              "adminInvoicesExcluded",
              "adminOrdersHaveNoLexwareInvoice",
              "adminOrdersHaveNoLexwareInvoice2",
              "adminScheduledPercentDiscountAdditionalMonthsAfterFirstDiscounte",
              "adminScheduledPercentDiscountMustBeAnObjectOrNull",
              "adminScheduledPercentDiscountPercentMustBeBetween0And100",
              "adminsCannotBeDeleted",
              "adminsCannotBeDowngradedToALowerRole",
              "adminsCannotBeSuspendedOrStatusChanged",
              "affiliateCodeAlreadyExists",
              "affiliateCodeIsRequired",
              "affiliateCodeNotFound",
              "affiliateExpired",
              "affiliateInactive",
              "affiliateIsNotLinkedToAUserAccount",
              "affiliateMaxRedemptions",
              "affiliateNotFound",
              "affiliateNotFound2",
              "affiliateNotYetValid",
              "affiliatePerUserLimit",
              "affiliateRateLimited",
              "affiliateSelfReferral",
              "alarmCouldNotBeClosed",
              "alarmCouldNotBeClosed2",
              "alarmNotFoundOrAlreadyResolved",
              "alarmNotFoundOrAlreadyResolved2",
              "alarmsCouldNotBeLoaded",
              "alarmsCouldNotBeLoaded2",
              "aliasIdNumberIsRequired",
              "allMailcowLimitsMustBeAtLeastOne",
              "allMailcowLimitsMustBeAtLeastOne2",
              "allocationsAreNotAvailableForThisProvider",
              "allowedCountriesMustBeAnArray",
              "allowedCountriesMustBeAnArray2",
              "alreadyPaidInvoicesCannotBeRecreatedAutomatically",
              "alreadyPaidInvoicesCannotBeRecreatedAutomatically2",
              "alreadyScheduledForCancellation",
              "alreadySubscribed",
              "amountAndBindingPeriodAreRequired",
              "amountExceedsTheMaximumMaxCreditAmountEur",
              "amountExceedsTheMaximumMaxCreditAmountEur2",
              "amountExceedsWithdrawableBalance",
              "amountIsRequiredAndMustBeANumber",
              "amountIsRequiredAndMustBeANumber2",
              "amountMustBeAValidNumber",
              "amountMustBeBetweenMinAmountAndMaxAmount",
              "amountMustBeBetweenValueAndValue2",
              "amountMustBeBetweenValueAndValue22",
              "amountMustBeBetweenValueAndValue23",
              "amountMustBePositive",
              "amountOutOfRange",
              "anActiveDpaAlreadyExists",
              "anAutoRestartAtTimeFallsWithinThePlannedOfflinePeriodShutdownTime",
              "anAutoRestartAtTimeFallsWithinThePlannedOfflinePeriodShutdownTime2",
              "anAutoTopUpForThisDayAlreadyExists",
              "anErrorOccurred",
              "anExistingLexwareInvoiceCannotBeReplacedAutomaticallyPleaseCancelThe",
              "anExistingLexwareInvoiceCannotBeReplacedAutomaticallyPleaseCancelThe2",
              "anInterconnectBetweenTheseHostsAlreadyExists",
              "anInvoiceForThisServiceWasAlreadyCreatedToday",
              "anOperationIsAlreadyRunningOnThisVmARestoreIsOnlyPossibleOnceItC",
              "anOperationIsAlreadyRunningOnThisVmARestoreIsOnlyPossibleOnceItC2",
              "anOperationIsAlreadyRunningOnThisVmAnotherBackupCanOnlyBeStartedO",
              "anOperationIsAlreadyRunningOnThisVmAnotherBackupCanOnlyBeStartedO2",
              "apiErrorUnknown",
              "apiKeyIdIsRequired",
              "apiKeyLimitReachedForYourAccount",
              "apiKeyMissingPermission",
              "apiKeyNotFound",
              "apiKeyNotFound2",
              "apiKeyRevoked",
              "apiKeyRevokedSuccessfully",
              "appKeyInvalidFormat",
              "appKeyRequired",
              "appearanceAssetKeyInvalid",
              "appearanceAssetTooLarge",
              "articleNotFound",
              "assigneeMustBeAStaffMember",
              "assigneeNotFound",
              "atLeastOneAddressIsRequired",
              "atLeastOneCompleteAddressIsRequired",
              "atLeastOneCompleteAddressIsRequired2",
              "atLeastOneConnectedDomainIsRequired",
              "atLeastOneConnectedDomainIsRequired2",
              "atLeastOneDocumentIsRequired",
              "atLeastOneOfStatusDiscountAmountDiscountNotesItemsOrDueAtIsRequ",
              "atLeastOneOfStatusDiscountAmountDiscountNotesItemsOrDueAtIsRequ2",
              "atLeastOneProductIdIsUnknown",
              "atLeastOneProductIdIsUnknown2",
              "atLeastOneSourceRangeIpv4OrIpv6IsRequired",
              "atLeastOneTranslationIsRequired",
              "atLeastOneValidMappingIsRequired",
              "authUrlMustBeAValidHttpsUrl",
              "authenticationFailed",
              "authenticationRequired",
              "autoTopupActivateRequiresMollie",
              "autoTopupAmountLockedByMollie",
              "autoTopupDayExists",
              "autoTopupDayLockedByMollie",
              "autoTopupInvalidTimezone",
              "autoTopupNextChargeDateFailed",
              "automaticCapacityIsOnlyAvailableForProxmoxProducts",
              "automaticCapacityIsOnlyAvailableForProxmoxProducts2",
              "autopayCannotBeEnabledAccountIsLockedByParentalControls",
              "autopayCannotBeEnabledDueToAdoptionDeadlineEnforcement",
              "autopayOperationFailed",
              "backupCodesRegeneratedSuccessfully",
              "backupDeleted",
              "backupDeletionNotSupportedForThisProvider",
              "backupDownloadNotSupportedForThisProvider",
              "backupRestoreNotSupportedForThisProvider",
              "backupsNotSupportedForThisProvider",
              "balanceMustBeAValidNumber",
              "balanceMustBeAValidNumber2",
              "billingAddressIsRequired",
              "billingAddressNotFound",
              "billingAddressNotFoundOrUnauthorized",
              "billingAnchorDayMustBeBetween1And31",
              "billingAndPricingUpdatesAreHandledInAdminServicesSubscriptionDet",
              "billingCycleDaysInvalid",
              "billingCycleDaysMustBeBetween1And365",
              "billingCycleDaysMustBeOneOfValue",
              "billingCycleNotAllowed",
              "billingCycleNotAllowedForThisProduct",
              "billingDetailsAreOnlyAvailableToTheServiceOwner",
              "billingEmailAlreadyVerified",
              "billingEmailCannotBeTheSameAsAccountEmail",
              "billingEmailHasBeenChangedOrRemoved",
              "billingIntervalChangeScheduledForNextPeriod",
              "billingOptionsAreOnlyAvailableToTheServiceOwner",
              "blockedByTimePolicyActivePolicy",
              "blockedByTimePolicyActivePolicy2",
              "blockedByTimePolicyActivePolicy3",
              "bonusAlreadyUsed",
              "bothConsentsAreRequired",
              "businessAccountOnly",
              "businessFundIsNotAvailableForDomainPurchases",
              "businessFundIsNotAvailableForDomainPurchases2",
              "businessInvoiceUsersAreHandledViaConsolidatedInvoicing",
              "businessVerificationRequiredForTeam",
              "byoipAlreadyOnPremiumDdos",
              "byoipAssignmentNotFound",
              "byoipAssignmentNotOwned",
              "byoipDocumentTooLarge",
              "byoipInvalidAssignedPrefix",
              "byoipInvalidIpv4PrefixRange",
              "byoipInvalidIpv6PrefixRange",
              "byoipInvalidNetworkPrefix",
              "byoipInvalidPremiumDdosProvider",
              "byoipNetworkLocationMismatch",
              "byoipNetworkMustBeActive",
              "byoipNetworkMustBeApprovedToGrant",
              "byoipNetworkNotActive",
              "byoipNetworkNotFound",
              "byoipNetworkNotOwned",
              "byoipNetworkNotPendingReview",
              "byoipNetworkProviderMismatch",
              "byoipNetworkProviderMismatchForService",
              "byoipNoPendingPremiumDdosRequest",
              "byoipNotSupportedByProvider",
              "byoipPremiumDdosSwitchFromStandardOnly",
              "byoipPremiumDdosUnavailable",
              "calculationFailed",
              "campaignRequired",
              "cancelledOrRefundedInvoicesCannotBeRecreated",
              "cancelledOrRefundedInvoicesCannotBeRecreated2",
              "cannotAccessConsoleWhileServiceIsSuspended",
              "cannotAssignMinorRoleToAdult",
              "cannotAssignOwnerRoleUseTransfer",
              "cannotAssignParentRoleToMinor",
              "cannotAttachACanceledOrDeletedStorageVolume",
              "cannotAttachStorageToAStorageService",
              "cannotConnectToPrivateInternalNetworkAddresses",
              "cannotCreateAnInterconnectBetweenAHostAndItself",
              "cannotCreateFamilyGroupWhileInTeam",
              "cannotCreateInvoiceForAdminUsers",
              "cannotCreateInvoiceForSubscriptionsMarkedForCancellation",
              "cannotCreateServiceForBannedUser",
              "cannotCreateTeamWhileInFamilyGroup",
              "cannotDeleteAccountAsSoleParentOfAFamilyGroup",
              "cannotDeleteAccountWhileInTeam",
              "cannotDeleteCategoryNameThereAreProductsCountProductSInThisCateg",
              "cannotDeleteDomainWithExistingSubdomainRecords",
              "cannotDeleteOauthOnlyAccountsThisWayPleaseContactSupport",
              "cannotDeleteProductNameThereAreActiveSubscriptionsCountActiveOrP",
              "cannotDeleteProductNameThereAreServicesCountActiveServiceSUsingT",
              "cannotDeleteProviderOauthAccountsAccountsAreLinkedToIt",
              "cannotDeleteProviderWithActiveServicesOrSubscriptions",
              "cannotDemoteTeamOwnerUseTransfer",
              "cannotDissolveFamilyGroupWithMinorsUnder16",
              "cannotGrantPermissionToSelf",
              "cannotGrantPermissionToYourself",
              "cannotJoinFamilyGroupWhileInTeam",
              "cannotJoinTeamWhileInFamilyGroup",
              "cannotReduceActiveCountActiveSecurityDeploymentsExceedTargetTarg",
              "cannotReduceBelow3IncludedSlots",
              "cannotRemoveFamilyGroupOwner",
              "cannotRemoveTeamOwner",
              "cannotReserveMoreThan1000IpsAtOnce",
              "cannotRevokeCurrentSessionUseLogoutInstead",
              "cannotTransferOwnershipToSelf",
              "cannotUnlinkLastLoginMethodSetAPasswordFirstOrLinkAnotherAccount",
              "cartEmpty",
              "caseNotFound",
              "caseNumberAndReporterEmailAreRequired",
              "catalogStockExhausted",
              "categoryAndRatingAreRequired",
              "categoryHasSubcategoriesRemoveOrMoveThemFirst",
              "categoryIdRequired",
              "categoryNotFound",
              "categoryNotFound2",
              "categoryNotFound3",
              "channelIdRequired",
              "checkoutAlreadyInProgress",
              "checkoutContractBillingModeUnavailable",
              "checkoutContractDisabledByAdmin",
              "checkoutContractIntervalInvalid",
              "checkoutContractKycRequired",
              "checkoutContractMinAge18",
              "checkoutContractTermInvalid",
              "checkoutDomainActionInvalid",
              "checkoutDomainActionMissingOrderId",
              "checkoutDomainBusinessfundNotAllowed",
              "checkoutDomainInvalid",
              "checkoutDomainInvalidTerm",
              "checkoutDomainRegistrantAddressRequired",
              "checkoutDomainRegistrantPhoneRequired",
              "checkoutDomainSingleItemOnly",
              "checkoutFailed",
              "checkoutValidationFailed",
              "childrenCannotConfigureAutoTopUp",
              "childrenCannotPayDirectlyUseFamilyBillingFlow",
              "childrenMustBeAssignedToAFamilyGroupForCheckout",
              "cidrMustBeBetween1And30",
              "clientKeyRequired",
              "clientPlatformNotAllowed",
              "cloudInitDiskCouldNotBeAddressed",
              "cloudInitDiskCouldNotBeAddressed2",
              "cloudInitIsNotSupportedForThisProvider",
              "cloudInitIsNotSupportedForThisProvider2",
              "cloudInitNoSshKeys",
              "clusterIdIsRequiredToImportNodes",
              "clusterIdRequired",
              "clusterNotFound",
              "cnameMayOnlyPointToOneOfYourOwnExistingSubdomainsPleaseChooseOneO",
              "cnameMayOnlyPointToOneOfYourOwnExistingSubdomainsPleaseChooseOneO2",
              "cnameTargetRequiredOwnSubdomain",
              "cnameTargetRequiredOwnSubdomain2",
              "codeHasAlreadyBeenUsed",
              "codeHasExpired",
              "codeIsRequired",
              "codeMustBeAtLeast3Characters",
              "commitmentAmountBindingMonthsAndOverchargeFeePercentAreRequired",
              "companyHasUsers",
              "companyNameAndVatNumberAreOnlyAvailableForBusinessAccounts",
              "companyNameIsRequiredForBusinessAccounts",
              "companyNameRequired",
              "companyNotActive",
              "companyNotFound",
              "companyTenantRequired",
              "companyTransferAlreadyPending",
              "companyTransferDeadlinePassed",
              "companyTransferNoLongerPending",
              "companyTransferNotFound",
              "companyTransferSameCompany",
              "companyTransferTargetRequired",
              "companyTransferTenantMismatch",
              "companyTransferTenantRequired",
              "completeContactAddressRequired",
              "confirmationFailedEnterReset",
              "confirmationFailedEnterReset2",
              "confirmationFailedPleaseEnterReset",
              "confirmationFailedPleaseEnterReset2",
              "consentRecordNotFound",
              "consoleNotAvailableForThisService",
              "consoleNotAvailableWhileServerIsBeingSetUp",
              "consoleStreamingIsNotSupportedForThisProvider",
              "consoleStreamingOnlySupportedForPterodactylServices",
              "consoleTemporarilyUnavailablePleaseTryAgain",
              "contactsNotEditableInStatus",
              "containerBillingMissing",
              "containerBillingRequired",
              "containerBusinessOnly",
              "containerDokployNotConnected",
              "containerDokployProjectIncomplete",
              "containerDokployRejected",
              "containerDokployRequestFailed",
              "containerDokployResourceNotFound",
              "containerDokployUnreachable",
              "containerDokployWorkloadIdMissing",
              "containerEnvDuplicateKey",
              "containerEnvInvalidKey",
              "containerEnvReadFailed",
              "containerEnvSaveFailed",
              "containerEnvUnsupportedKind",
              "containerEnvironmentMissing",
              "containerFileDeleteFailed",
              "containerFileReadFailed",
              "containerFileWriteFailed",
              "containerFilesReadFailed",
              "containerFundMissing",
              "containerHostPortInvalid",
              "containerHostPortTaken",
              "containerHostnameInvalid",
              "containerHostnameRequired",
              "containerImportFailed",
              "containerInvalidPath",
              "containerInvoiceNotEnabled",
              "containerLogsDbHint",
              "containerLogsNoComposeContainer",
              "containerLogsReadFailed",
              "containerLogsUnavailable",
              "containerNameRequired",
              "containerNetworkNameRequired",
              "containerNoReachableWorker",
              "containerNoWorkerInRegion",
              "containerNotRunning",
              "containerNotRunningDeployFirst",
              "containerOverdueActionBlocked",
              "containerPathRequired",
              "containerProjectNameRequired",
              "containerProjectNotFound",
              "containerRegionApiKeyMissing",
              "containerRegionUnavailable",
              "containerTargetPortInvalid",
              "containerTemplateDeployFailed",
              "containerTemplatesLoadFailed",
              "containerTenantCreateFailed",
              "containerUnknownAction",
              "containerUnknownFileAction",
              "containerWorkloadNotConnected",
              "containerWorkloadNotFound",
              "containerWorkloadNotInProject",
              "contentIsRequired",
              "contractDowngradeNotAllowed",
              "contractIdAndReasonAreRequired",
              "contractIdIsRequired",
              "cooldownActive",
              "couldNotCreateInvoiceDuplicateOrLockContention",
              "countryAlreadyExists",
              "countryAndDocumentTypeAreRequired",
              "countryAndDocumentTypeAreRequired2",
              "couponCodeAlreadyExists",
              "couponExpired",
              "couponInactive",
              "couponMaxRedemptionsReached",
              "couponMinOrderNotMet",
              "couponNotApplicable",
              "couponNotApplicableForUser",
              "couponNotApplicableToExtensions",
              "couponNotFound",
              "couponNotYetValid",
              "couponOneOnly",
              "couponOverridesRequireALinkedCouponOrAValidCouponSnapshotJsonOnTh",
              "couponOverridesRequireALinkedCouponOrAValidCouponSnapshotJsonOnTh2",
              "couponProductNotAllowed",
              "couponRateLimited",
              "couponRecurringMonthsOverrideGanzzahl09990UnbegrenztOderLeerNull2",
              "couponRecurringMonthsOverrideInteger09990UnlimitedOrEmptyNullToR",
              "couponRecurringRequiredForReplacement",
              "couponRedemptionFailed",
              "couponSnapshotInvalidJson",
              "couponSnapshotUnusable",
              "couponUserLimitReached",
              "couponValueOverrideFixedAmountOutsideTheAllowedRange",
              "couponValueOverrideFixedAmountOutsideTheAllowedRange2",
              "couponValueOverrideForPercentCouponsValueBetween0And100",
              "couponValueOverrideForPercentCouponsValueBetween0And1002",
              "couponValueOverrideForPercentSurchargesMaximum500",
              "couponValueOverrideForPercentSurchargesMaximum5002",
              "couponValueOverrideMustBeAFiniteNumber",
              "cpuBelowProductBase",
              "cpuCannotBeBelowProductBaseBaseVcoresVCores",
              "cpuDowngradeNotAllowedForThisProduct",
              "cpuUpgradeDowngradeNotAllowedForThisProduct",
              "creditNoteIsNotInDraftStatus",
              "creditNoteNotFound",
              "cryptoCannotDecryptEmpty",
              "cryptoCannotEncryptEmpty",
              "cryptoDecryptFailed",
              "cryptoEncryptFailed",
              "cryptoEncryptionKeyMissing",
              "cryptoInvalidAuthTagLength",
              "cryptoInvalidEncryptedFormat",
              "cryptoInvalidIvLength",
              "currentPasswordAndNewPasswordAreRequired",
              "currentPasswordIsIncorrect",
              "currentPasswordIsRequired",
              "currentPeriodEndMustBeAfterCurrentPeriodStart",
              "customerFeatureUnavailable",
              "damageClaimAddressNotFound",
              "damageClaimInvalidPayload",
              "damageClaimRateLimitExceeded",
              "damageClaimServiceNotAllowed",
              "damageClaimTeamRateLimitExceeded",
              "damageClaimTooManyUploads",
              "damageClaimUploadTooLarge",
              "damageClaimUploadTypeNotAllowed",
              "dateOfBirthAgeCategoryAndYourNameAreRequiredFields",
              "dateOfBirthAgeCategoryAndYourNameAreRequiredFields2",
              "dateOfBirthCannotBeInTheFuture",
              "dateOfBirthIsAlreadySetAndCannotBeChanged",
              "dateOfBirthIsAlreadySetAndCannotBeChanged2",
              "dateOfBirthIsRequired",
              "dateOfBirthMissingInProfile",
              "dayOfMonthMustBeBetween1And28",
              "deannouncementRequestIsOnlyAvailableForActiveNetworks",
              "defaultAddressCannotBeDeleted",
              "defaultAddressCannotBeUnset",
              "defaultTenantCannotBeDeactivated",
              "defaultTenantCannotBeDeleted",
              "deferredReinstallFailed",
              "descriptionMustBe256CharactersOrLess",
              "detachNotSupportedForThisProvider",
              "deviceNameMustBe50CharactersOrLess",
              "deviceTokenRequired",
              "directUpgradesAreNotSupportedPleaseUseTheCartCheckoutFlowToUpgrade",
              "directionProtocolPortSourceAndActionAreRequired",
              "discordApiError",
              "discordBotTokenNotConfigured",
              "discordProviderIsNotConfiguredPleaseContactSupport",
              "diskUsageInfoIsNotAvailableForThisProvider",
              "disputeNotAllowed",
              "disputeNotLexwareInvoice",
              "disputeReasonRequired",
              "disputeReasonTooLong",
              "disputeReasonTooShort",
              "disputeWindowExpired",
              "dnsDataMissing",
              "dnssecAlgorithmMismatch",
              "dnssecAlgorithmRequired",
              "dnssecKeyTagComputeFailed",
              "dnssecKeyTagInvalid",
              "dnssecMinTwoNameservers",
              "dnssecPublicKeyRequired",
              "dockerImageUpdateNotAvailableForThisProvider",
              "documentExceeds10MbLimit",
              "documentExceeds5MbLimit",
              "documentNotFound",
              "documentNotFound2",
              "domainActionNotPriced",
              "domainActionOrderNotFound",
              "domainAlreadyExecuted",
              "domainAlreadyExists",
              "domainAndCfZoneIdAreRequired",
              "domainAuth2RequestFailed",
              "domainClientIdAndClientSecretAreRequired",
              "domainContactUpdateFailed",
              "domainCurrentlyUnavailable",
              "domainIdSubdomainTypeAndServiceIdAreRequired",
              "domainIsNotVerifiedYet",
              "domainIsRequired",
              "domainIsRequired2",
              "domainIsRequired3",
              "domainNameIsRequired",
              "domainNameIsRequired2",
              "domainNameIsRequired3",
              "domainNameserverUpdateFailed",
              "domainNotFound",
              "domainNotFound2",
              "domainNotFound3",
              "domainNotFoundOrAccessDenied",
              "domainNotFoundOrNotActive",
              "domainOrderChanged",
              "domainOrderCouldNotBeCreated",
              "domainOrderCouldNotBeCreated2",
              "domainOrderNotFound",
              "domainOwnerChangeFailed",
              "domainParameterIsRequired",
              "domainPriceCapExceeded",
              "domainPriceCatalogUnavailable",
              "domainProviderActionNotSupported",
              "domainPurchasesCanOnlyBePaidAsASingleItemCheckoutPleaseSelectOnly",
              "domainPurchasesCanOnlyBePaidAsASingleItemCheckoutPleaseSelectOnly2",
              "domainQueryParameterIsRequired",
              "domainRegistrationNotFound",
              "domainResellerPricingEmpty",
              "domainRestoreFailed",
              "domainRestoreWindowExpired",
              "domainTldNotResolvable",
              "domainTradeFailed",
              "domainTransferAuthCodeRequired",
              "domainTransferNotOffered",
              "domainUnknownActionType",
              "domainUpdateFailed",
              "domainrobotLoginFailed",
              "domainrobotLoginNoToken",
              "domainrobotLoginNotConfigured",
              "domainrobotPricingInvalidResponse",
              "domainrobotPricingNoData",
              "downgradeApplied",
              "downgradeApplyError",
              "downgradeForKeyIsNotAllowedForThisProduct",
              "downgradeForKeyIsNotAllowedForThisProduct2",
              "downgradeMissingParams",
              "downgradeNoSubscription",
              "downgradeNotApplicable",
              "downgradeNotPossibleAtLeastOneDomainUsesMaxMailboxCountMailboxesTa",
              "downgradeNotPossibleAtLeastOneDomainUsesMaxMailboxCountMailboxesTa2",
              "downgradeNotPossibleOffendingMailboxEsExceedTheTargetLimitOfTarg",
              "downgradeNotPossibleOffendingMailboxEsExceedTheTargetLimitOfTarg2",
              "downgradeNotPossibleOneDomainUsesMaxAliasesPerDomainUsedAliasesTarge",
              "downgradeNotPossibleOneDomainUsesMaxAliasesPerDomainUsedAliasesTarge2",
              "downgradeNotPossibleTrackedDomainsDomainsAreCurrentlyConnectedRemove",
              "downgradeNotPossibleTrackedDomainsDomainsAreCurrentlyConnectedRemove2",
              "downgradeServiceNotFound",
              "dpaActionsAreNotAllowedWithApiKeys",
              "dpaAlreadyActive",
              "dpaIsAvailableForBusinessAccountsOnly",
              "duplicateMappingSourceFromClusterIdFromNodeName",
              "duplicateProductInACampaignIsNotAllowed",
              "duplicateProductInACampaignIsNotAllowed2",
              "e247HotlineFlagRequiresASavedSupportPhoneNumber",
              "e2FaSetupFailed",
              "e2FaVerificationFailed",
              "e7DayBonusAlreadyUsedForThisService",
              "eachItemMustHaveANonNegativeUnitPrice",
              "eachItemMustHaveAPositiveQuantity",
              "eachItemMustHaveAValidDescriptionMax500Chars",
              "eachLineItemNeedsNameAndAmount",
              "eachNavItemMustHaveIdTypeAndLabel",
              "earliestAfterLatestDelivery",
              "easterHuntIsNotActive",
              "eggIdMustBeANumberBetween1AndTotalEggs",
              "eitherAnIssuerForDiscoveryOrAllExplicitEndpointsAreRequired",
              "eitherAnIssuerOrAllExplicitEndpointsAreRequired",
              "eitherUseGlobalKeyOrCfApiKeyIsRequired",
              "plusSubscriptionRequiredForByoip",
              "emailAddressIsRequired",
              "emailAlreadyInUse",
              "emailAlreadyVerified",
              "emailAndCodeRequired",
              "emailAndPasswordAreRequired",
              "emailAndRoleAreRequired",
              "emailDoesNotMatchCode",
              "emailInUse",
              "emailIsAlreadyVerified",
              "emailIsRequired",
              "emailLayoutCouldNotBeLoaded",
              "emailLayoutCouldNotBeLoaded2",
              "emailLayoutCouldNotBeReset",
              "emailLayoutCouldNotBeReset2",
              "emailLayoutCouldNotBeSaved",
              "emailLayoutCouldNotBeSaved2",
              "emailVerifiedSuccessfully",
              "endDateMustBeAfterStartDate",
              "endMustBeAfterStart",
              "endpointNotAvailableForServiceType",
              "endsAtInvalid",
              "enjynIncompleteResponse",
              "enjynInvalidDateOfBirth",
              "enjynResultFetchFailed",
              "enjynSessionCreateFailed",
              "enjynStatusFetchFailed",
              "environmentValidationFailed",
              "errorBackupRateLimit",
              "errorMaxBackupsReached",
              "eventNotFound",
              "eventNotFound2",
              "existingReservationsIpSAlreadyReserved",
              "expired",
              "expiryDateMustBeInTheFuture",
              "expiryMustBeBetween1And365Days",
              "explicitConsentToTheProcessingOfIdAndBiometricDataIsRequired",
              "explicitConsentToTheProcessingOfIdAndBiometricDataIsRequired2",
              "exportFailed",
              "extensionAppliedDirectlyAdminNoInvoice",
              "extensionBlockedDueToAdoptionDeadlineEnforcement",
              "extensionDaysInvalid",
              "extensionOfferOnAnotherServiceWasRecentlyUsedPleaseTryAgainLater",
              "externalOwnerNameMustBeBetween1And200Characters",
              "failedToAcceptPermission",
              "failedToAddDomain",
              "failedToAddRule",
              "failedToAddToCart",
              "failedToApplyDns",
              "failedToCancelDpaAgreement",
              "failedToCancelMollieSubscription",
              "failedToComputeKeyFingerprint",
              "failedToCreateAddress",
              "failedToCreateAlias",
              "failedToCreateDeannouncementRequest",
              "failedToCreateDomain",
              "failedToCreateDpaDocument",
              "failedToCreateHostLink",
              "failedToCreateInterconnect",
              "failedToCreateMailbox",
              "failedToCreateMandateSetupPayment",
              "failedToCreateMassReservations",
              "failedToCreateRange",
              "failedToCreateReservation",
              "failedToCreateToRSwitch",
              "failedToDeleteAccount",
              "failedToDeleteAddress",
              "failedToDeleteDomain",
              "failedToDeleteHostLink",
              "failedToDeleteInterconnect",
              "failedToDeletePasskey",
              "failedToDeleteRange",
              "failedToDeleteReservation",
              "failedToDeleteToRSwitch",
              "failedToDisable2Fa",
              "failedToEditMailbox",
              "failedToEnsurePassword",
              "failedToExecutePowerAction",
              "failedToExportTemplates",
              "failedToFetchAddresses",
              "failedToFetchAllocationsFromPanel",
              "failedToFetchCountries",
              "failedToFetchDnsRecords",
              "failedToFetchDomains",
              "failedToFetchFileFromProvider",
              "failedToFetchHostLinks",
              "failedToFetchInterconnects",
              "failedToFetchLiveTopology",
              "failedToFetchNetworkTopology",
              "failedToFetchProxmoxNodes",
              "failedToFetchRange",
              "failedToFetchRanges",
              "failedToFetchSftpDetailsFromPanel",
              "failedToFetchSubscriptions",
              "failedToFetchToRSwitch",
              "failedToFetchToRSwitches",
              "failedToFetchTopConnectedIps",
              "failedToGenerateGdprExport",
              "failedToGeneratePreview",
              "failedToGenerateRegistrationOptions",
              "failedToGetAvailableServices",
              "failedToGetBackupCodeCount",
              "failedToGetConsoleAccess",
              "failedToGetNotifications",
              "failedToGetSessions",
              "failedToGrantPermission",
              "failedToImportTemplates",
              "failedToInitiateEmailChange",
              "failedToListAliases",
              "failedToListDnsZones",
              "failedToListDomains",
              "failedToListFiles",
              "failedToListMailboxes",
              "failedToListPasskeys",
              "failedToListTemplates",
              "failedToLoadCatalog",
              "failedToLoadDbMetrics",
              "failedToLoadDefault",
              "failedToLoadFamilyMandates",
              "failedToLoadLocations",
              "failedToLoadMaintenanceNotifications",
              "failedToLoadNotification",
              "failedToLoadNotifications",
              "failedToLoadProviderStatistics",
              "failedToLoadPushPreferences",
              "failedToLoadSettings",
              "failedToLoadStats",
              "failedToLoadTemplate",
              "failedToLoadTemplates",
              "failedToPerformAction",
              "failedToPerformBulkReplace",
              "failedToPostPanel",
              "failedToProcessRequest",
              "failedToProxyUpload",
              "failedToRecalculateSupportResponseMetrics",
              "failedToRegenerateBackupCodes",
              "failedToRemoveAlias",
              "failedToRemoveBillingEmail",
              "failedToRemoveDomain",
              "failedToRemoveMailbox",
              "failedToRenderTemplate",
              "failedToResendVerificationEmail",
              "failedToRevokeFamilyMandate",
              "failedToRevokeMandate",
              "failedToRevokeMollieMandate",
              "failedToRevokePermission",
              "failedToRevokeSession",
              "failedToRotatePassword",
              "failedToSaveTemplate",
              "failedToSendCode",
              "failedToSendCommand",
              "failedToSendInvitation",
              "failedToSendMassEmail",
              "failedToSendNewsletter",
              "failedToSendVerificationEmail",
              "failedToUpdateAddress",
              "failedToUpdateAutopaySettings",
              "failedToUpdateBillingAddress",
              "failedToUpdateDefaultMandate",
              "failedToUpdateDomain",
              "failedToUpdateHostLink",
              "failedToUpdateInterconnect",
              "failedToUpdateNotification",
              "failedToUpdateNotifications",
              "failedToUpdatePaymentMethods",
              "failedToUpdatePushPreferences",
              "failedToUpdateRange",
              "failedToUpdateReservation",
              "failedToUpdateSettings",
              "failedToUpdateToRSwitch",
              "failedToUploadToServer",
              "failedToValidateCustomization",
              "failedToVerifyBillingEmail",
              "failedToVerifyCode",
              "familyAccountLocked",
              "familyApprovalNotFoundOrNotPending",
              "familyApprovalRequired",
              "familyBillingRequestNoLongerPending",
              "familyBillingRequestNotFound",
              "familyBudgetExhausted",
              "familyChildPaymentMethodsRestricted",
              "familyConsentRequired",
              "familyGroupInactive",
              "familyGroupIsFull",
              "familyGroupNoLongerActive",
              "familyGroupNotFound",
              "familyGroupRequired",
              "familyInviteEmailMismatch",
              "familyInviteExpired",
              "familyInviteNoLongerPending",
              "familyInviteNotFound",
              "familyLockNotFound",
              "familyMessageNotFound",
              "familyMinorTopupBlocked",
              "familyMinorVoucherPurchaseBlocked",
              "familyOwnerMissing",
              "familyResourceLimitNotFound",
              "familyServiceLocked",
              "familySpendingLimitExceeded",
              "familySpendingLimitNotFound",
              "familyTimePolicyNotFound",
              "familyTimePolicyViolation",
              "featureNotEnabled",
              "feedbackExactlyOneLink",
              "feedbackGeneralCooldown",
              "feedbackNotFound",
              "feedbackTicketOrServiceRequired",
              "fieldNameMustBeAValidHttpsUrl",
              "fileManagementNotAvailable",
              "firewallNotSupportedForThisProvider",
              "firewallRuleNotFound",
              "firstNameAndLastNameAreRequired",
              "firstNameAndLastNameAreRequiredFields",
              "firstNameAndLastNameAreRequiredFields2",
              "firstNameLastNameAndDateOfBirthAreRequiredFields",
              "firstNameLastNameAndDateOfBirthAreRequiredFields2",
              "floatingIpLocationMismatch",
              "floatingIpNotFound",
              "floatingIpNotFound2",
              "floatingIpOperationFailed",
              "flowNotFound",
              "forSrvAnExistingCnameOrAAaaaMustBeSpecifiedAsTheTargetTargetCnam",
              "forSrvAnExistingCnameOrAAaaaMustBeSpecifiedAsTheTargetTargetCnam2",
              "fundBillingInUse",
              "fundCancelNotActive",
              "genericError",
              "genericError2",
              "genericError3",
              "globalLocationNotFound",
              "graceNoteRequired",
              "groupNotFound",
              "headerAndFooterAreRequired",
              "headerAndFooterAreRequired2",
              "hostLinkAidHostLinkBidAndLinkSpeedMbpsAreRequired",
              "hostLinkNotFound",
              "hostRequired",
              "hosterCheckPackageTypeUnresolved",
              "idAndAValidDecisionAreRequired",
              "idRequired",
              "identAlreadyVerified",
              "identImageContentMismatch",
              "identImageTooLarge",
              "identInvalidImageFormat",
              "identManualUploadNotAvailable",
              "identSelectCountryAndDocTypeFirst",
              "identSelectMinorOrAdult",
              "identUserDataIncomplete",
              "identVerificationAlreadyPending",
              "identVerificationCannotBeDeclined",
              "identVerificationCountryRequired",
              "identVerificationCountryUnavailable",
              "identVerificationFullNameRequired",
              "identVerificationMinAge16",
              "identVerificationMinAge18",
              "identVerificationNotAllowedUnder16",
              "identVerificationNotFoundOrCompleted",
              "identVerificationPendingExists",
              "identVerificationRequestFailed",
              "identVerificationRequiredForFamily",
              "ifAnAccountWithThatEmailExistsWeVeSentAPasswordResetLink",
              "ifTheEmailExistsACodeHasBeenSent",
              "imageNotAvailable",
              "imageNotAvailable2",
              "importFailed",
              "inManualModeAValidShopQuotaLimitIsRequired",
              "inManualModeAValidShopQuotaLimitIsRequired2",
              "incorrectPassword",
              "individualAdjustmentEurMustBeAFiniteNumberOrNull",
              "initialConsentMustBeGivenFirst",
              "insufficientBalance",
              "insufficientFamilyWalletBalance",
              "insufficientNetPoints",
              "insufficientWithdrawableBalance",
              "interconnectNotFound",
              "internalError",
              "internalError2",
              "internalError3",
              "internalError4",
              "internalServerError",
              "internalServerError2",
              "internalServerError3",
              "internalServerError4",
              "internalServerErrorDuringPreview",
              "internalServerErrorDuringPreview2",
              "internerServerfehler2",
              "invalidAction",
              "invalidAction2",
              "invalidActionMustBeApproveRejectOrMarkPaid",
              "invalidActionMustBeOneOfValue",
              "invalidActionShort",
              "invalidActionUseOptionsOrVerify",
              "invalidActionValid",
              "invalidActionValidActionsValue",
              "invalidActionValidValue",
              "invalidAdminScope",
              "invalidAdminTenantGrants",
              "invalidAgeCategory",
              "invalidAgeCategory2",
              "invalidAmount",
              "invalidAmount2",
              "invalidAmount3",
              "invalidApiKey",
              "invalidApiKeyFormat",
              "invalidApproxDeliveryMonth",
              "invalidBillingCycle",
              "invalidBillingCycleDays",
              "invalidBillingCycleDays2",
              "invalidBillingCycleDaysAllowed714306090120365",
              "invalidBudgetAmount",
              "invalidCategory",
              "invalidColorUseRrggbb",
              "invalidCompanyAction",
              "invalidCompanyRepresentatives",
              "invalidConfigPayload",
              "invalidCoupon",
              "invalidCouponScope",
              "invalidCouponType",
              "invalidCustomizationValues",
              "invalidDateFormat",
              "invalidDateOfBirth",
              "invalidDateOfBirthFormatUseYyyyMmDd",
              "invalidDateOnlyString",
              "invalidDirection",
              "invalidDirectionMustBeOneOfValue",
              "invalidDockerImage",
              "invalidDocumentType",
              "invalidDocumentType2",
              "invalidDomain",
              "invalidDomain2",
              "invalidDomainFormat",
              "invalidDomainFormat2",
              "invalidDomainFormat3",
              "invalidDueDate",
              "invalidDueDate2",
              "invalidEarliestDeliveryDate",
              "invalidEggId",
              "invalidEmailAddress",
              "invalidEmailFormat",
              "invalidEmailOrPassword",
              "invalidEmailType",
              "invalidExpiryDate",
              "invalidExtensionDays",
              "invalidFamilyBillingMode",
              "invalidHostnameFormat",
              "invalidHrefSchemeOnlyHttpSAndRelativeUrlsAreAllowed",
              "invalidIpv4Address",
              "invalidIpv4NextHopAddress",
              "invalidIpv6Address",
              "invalidIpv6NextHopAddress",
              "invalidJson",
              "invalidJsonBody",
              "invalidJsonBody2",
              "invalidJsonBody3",
              "invalidJsonInConfig",
              "invalidJsonPayload",
              "invalidKeyType",
              "invalidLabelName",
              "invalidLanguage",
              "invalidLatestDeliveryDate",
              "invalidLineItemFormat",
              "invalidLocalPartFormat",
              "invalidMaintenanceAction",
              "invalidMaintenanceAction2",
              "invalidMonthKey",
              "invalidNavItemsArray",
              "invalidNextDebitDate",
              "invalidOfferToken",
              "invalidOrAlreadyUsedBackupCode",
              "invalidOrExpiredCode",
              "invalidOrExpiredCodePleaseRequestANewOne",
              "invalidOrExpiredPin",
              "invalidOrExpiredResetLink",
              "invalidOrExpiredToken",
              "invalidOrExpiredVerificationLink",
              "invalidOrNoApexDomainFromYourDnsManagement",
              "invalidOrNoApexDomainFromYourDnsManagement2",
              "invalidOrUnauthorizedSshKeyIds",
              "invalidOrderAmount",
              "invalidOs",
              "invalidPassword",
              "invalidPaymentMethod",
              "invalidPayoutMethodTypeMustBePaypalOrSepa",
              "invalidPermissions",
              "invalidPermissionsValue",
              "invalidPhoneNumberFormatUseInternationalFormatEG49123456789",
              "invalidPinFormat",
              "invalidPortMustBeAPortNumber165535OrARangeEG80009000",
              "invalidPositionData",
              "invalidPowerSchedulePayload",
              "invalidPrice",
              "invalidPriority",
              "invalidPriority2",
              "invalidPriorityMustBeOneOfValue",
              "invalidProtocol",
              "invalidProtocolMustBeOneOfValue",
              "invalidProxmoxExternalId",
              "invalidQuantity",
              "invalidRangeValidValue",
              "invalidRecordType",
              "invalidReportType",
              "invalidReportingBounds",
              "invalidRequest",
              "invalidRequestBody",
              "invalidRequestExpectedModeSourceAndTarget",
              "invalidRequestExpectedModeSourceAndTarget2",
              "invalidResetLink",
              "invalidRestartSchedulePayload",
              "invalidRestartSlotEntry",
              "invalidRuleId",
              "invalidServiceAllowedValue",
              "invalidSession",
              "invalidSessionTokenFormat",
              "invalidSettingsObject",
              "invalidSlug",
              "invalidSortOrder",
              "invalidSourceMustBeAnIpAddressOrCidrBlockEG1921681024",
              "invalidSpecialOfferToken",
              "invalidSpecialOfferToken2",
              "invalidSshKeyIds",
              "invalidSshPublicKeyFormat",
              "invalidStatus",
              "invalidStatus2",
              "invalidStatusMustBeOneOfValue",
              "invalidStatusTransition",
              "invalidStorageSize",
              "invalidTemplateId",
              "invalidTemplateSlug",
              "invalidTenantPreviewSlug",
              "invalidTenantRepresentatives",
              "invalidTenantTokenFormat",
              "invalidTimeFormatExpectedHhMm",
              "invalidTimeframe",
              "invalidTimezoneTimezone",
              "invalidTransferAction",
              "invalidTransferDecision",
              "invalidTwoFactorAuthenticationCode",
              "invalidType",
              "invalidTypeForKey",
              "invalidTypeMustBeAAaaaCnameOrSrv",
              "invalidTypeUseCommandOrPower",
              "invalidUserId",
              "invalidUstIdFormat",
              "invalidVariables",
              "invalidVatIdFormatExampleDe123456789",
              "invalidVerificationCode",
              "invalidVerificationCodePleaseTryAgain",
              "invalidVerificationToken",
              "invalidVmConfiguration",
              "invalidVmId",
              "invalidVoucherCode",
              "invalidWeekdaysAllowedValues06",
              "invoiceAlreadyPaid",
              "invoiceAlreadyPaid2",
              "invoiceBillingInUse",
              "invoiceBillingNotActive",
              "invoiceHandedToCollection",
              "invoiceHasNoLinkedLexwareDocument",
              "invoiceNotFound",
              "invoiceNotFound2",
              "invoiceWasNotPaid",
              "invoiceWasVoidedAndCannotBePaid",
              "invoicingProviderOperationUnsupported",
              "ipAddressRequired",
              "ipCancelAlreadyScheduled",
              "ipCancelNoSubscription",
              "ipCancelNotAllowed",
              "ipCancelNotFound",
              "ipCancelPeriodEnded",
              "ipCancelPrimaryNotAllowed",
              "ipDnsInvalidCidrForPtr",
              "ipDnsInvalidIpv4ForPtr",
              "ipDnsInvalidPowerDnsRecordId",
              "ipDnsIpv4ReverseZoneMissing",
              "ipDnsIpv6ReverseZoneMissing",
              "ipDnsPowerDnsApiKeyMissing",
              "ipDnsPtrContentRequired",
              "ipDnsRecordNotFound",
              "ipFlowMetricsInvalidIpv4",
              "ipFlowMetricsInvalidOctet",
              "ipamInvalidIpv4BaseAddress",
              "ipamInvalidIpv4Cidr",
              "ipamInvalidIpv6BaseAddress",
              "ipamInvalidIpv6Cidr",
              "ipamIpv4AssignmentFailed",
              "ipamIpv6SubnetCalculationFailed",
              "ipamNoFreeIpv4InTargetRange",
              "ipamNoFreeIpv6Subnet",
              "ipamRemoveAtMustBeFutureDate",
              "ipamSecondaryIpv4Failed",
              "ipamSourceRangeIpv4NotFound",
              "ipamSourceRangeIpv6NotFound",
              "ipamSplitIntoMustBeGteCidr",
              "ipamTargetRangeIpv4Exists",
              "ipamTargetRangeIpv6Exists",
              "ipv4RecordsCannotBeRemoved",
              "ipv4SubnetRangeAndAddressAreRequired",
              "ipv6CidrMustBeBetween1And128",
              "ipv6CidrMustBeBetween48And128",
              "ipv6SubnetRangePrefixAndCidrAreRequired",
              "itemsMustBeAnArray",
              "itemsMustBeAnArray2",
              "keyAndNameAreRequired",
              "keyIdParameterIsRequired",
              "labelCatalogLimitReached",
              "labelIdsMustBeAnArrayOfStrings",
              "labelNotFound",
              "languageMustBeDeOrEn",
              "languageSearchAndReplaceAreRequired",
              "legalDocumentUnknown",
              "legalDraftNotFound",
              "lexwareApiKeyNotConfigured",
              "lexwareApiRequestFailed",
              "lexwareCancellationFailedValue",
              "lexwareCancellationFailedValue2",
              "lexwareCreditNoteAlreadyExists",
              "lexwareCreditNoteOnlyRefunded",
              "lexwareCreditNotePdfDownloadFailed",
              "lexwareCreditNoteSkippedForZeroInvoice",
              "lexwareInvoiceNotLinked",
              "lexwareIsNotEnabled",
              "lexwareIsNotEnabled2",
              "lexwareNotEnabled",
              "lexwarePdfDownloadFailed",
              "lexwareServiceDisabled",
              "lexwareValidationErrorMessage",
              "lineItemIdIsRequired",
              "lineItemNotFound",
              "lineItemsCanOnlyBeEditedForOpenPaymentRequestsWithoutALexwareDocume",
              "linkItemsMustHaveHref",
              "linkNotFound",
              "linkedServiceNotFound",
              "loaDocumentIsRequired",
              "localPartDomainNameAndPasswordAreRequired",
              "locationIdIsRequiredToImportNodes",
              "lockoutDurationMustBeBetween1And1440Minutes",
              "lockoutThresholdMustBeBetween1And100",
              "loggedInSuccessfully",
              "loggedOutFromSessions",
              "loggedOutSuccessfully",
              "loginFailed",
              "loginRateLimitExceeded",
              "loyaltyOfferNotAvailable",
              "loyaltyOfferNotAvailableForThisSubscription",
              "mailServerNotConfigured",
              "mailServiceDisabled",
              "mailServiceIsDisabled",
              "mailServiceIsNotEnabled",
              "mailTemplateRenderFailed",
              "mailboxAddressIsRequired",
              "mailcowOperationFailed",
              "mandateIdIsRequired",
              "mandateIdIsRequired2",
              "mandateIdIsRequired3",
              "mandateNotFoundOrNotValid",
              "maxAttempts",
              "maxBackupsReached",
              "maxBackupsReachedDetailed",
              "maxFiveNameservers",
              "maxPasskeysReached",
              "maxServicesPerRequest",
              "maxSessionsMustBeBetween1And100",
              "maximum10Ipv4PerServiceIncludingPrimaryIp",
              "maximum10Ipv4PerServiceIncludingPrimaryIp2",
              "maximum30Ipv6PerService",
              "maximum30Ipv6PerService2",
              "maximumNumberOfSshKeysReachedLimitMax",
              "maximumNumberOfSubdomainRecordsReachedLimitMax",
              "maximumOf4AutoTopUpConfigsAllowed",
              "maximumOfMaxConfigsAutoTopUpConfigsAllowed",
              "maximumOfMaxPasskeysPerUserPasskeysReached",
              "messageIsRequired",
              "minorsCannotAcceptParentInvite",
              "minorsCannotCreateFamilyGroups",
              "minorsUnder16CannotLeaveFamilyGroup",
              "missingClusterId",
              "missingCommandField",
              "missingFields",
              "missingHostUsernameOrPassword",
              "missingOrInvalidDockerImage",
              "missingOrInvalidKeyParameter",
              "missingPaymentId",
              "missingPermission",
              "missingPermissionBackupCreate",
              "missingPermissionBackupDelete",
              "missingPermissionBackupList",
              "missingPermissionBackupRestore",
              "missingPermissionBackupSchedule",
              "missingPermissionSettings",
              "missingRequiredFields",
              "missingRequiredFieldsProductIdProviderIdBillingCycleDays",
              "missingRequiredFieldsTypeNameDisplayName",
              "missingRequiredFieldsUserIdProductIdProviderIdBillingCycleDays",
              "missingRequiredFieldsUserIdProviderIdName",
              "missingUploadBody",
              "missingUserId",
              "missingValueParameter",
              "modelIsRequired",
              "mollieApiKeyNotConfigured",
              "mollieCheckoutUrlMissing",
              "mollieCustomerNotFound",
              "molliePaymentCreatedButNoCheckoutUrlReturned",
              "mollieRefundFailedInvoiceStatusWasNotChanged",
              "mollieRefundFailedInvoiceStatusWasNotChanged2",
              "mollieServiceDisabled",
              "mollieSubscriptionCancelFailed",
              "monitoringAutoTargetCannotBeDeleted",
              "monitoringInvalidIp",
              "monitoringInvalidTcpPort",
              "monitoringIpv6OutsideSubnet",
              "monitoringIsOnlyAvailableWithElizon",
              "monitoringIsOnlyAvailableWithElizon2",
              "monitoringNoIpv6Subnet",
              "monitoringPlusRequired",
              "monitoringTargetAlreadyExists",
              "monitoringTargetNotFound",
              "monthlyOffersConfigInvalid",
              "monthlyPriceMustBeANonNegativeNumber",
              "nameAddressAutomatedCheckDeclined",
              "nameAndContentAreRequired",
              "nameAndSlugAreRequired",
              "nameCannotBeEmpty",
              "nameChangeCooldownActive",
              "nameChangeNotAllowedUnder14",
              "nameChangeReverificationAckRequired",
              "nameIsRequired",
              "nameIsRequired2",
              "nameIsRequired3",
              "nameIsRequired4",
              "nameIsRequiredMin2Characters",
              "nameIsTooLong",
              "nameMustBe100CharactersOrLess",
              "nameProductIdAndProviderIdAreRequired",
              "nameserversNotEditableInStatus",
              "navItemTypeMustBeLinkOrDropdown",
              "netPointsMustBeANonNegativeInteger",
              "netPointsMustBeANonNegativeInteger2",
              "netpointsBalanceCannotBeNegative",
              "networkIdIsRequired",
              "networkIdIsRequired2",
              "networkIdIsRequired3",
              "networkIdServiceIdAndPrefixAreRequired",
              "networkIsNotActive",
              "networkMustBeInApprovedStatus",
              "networkNotFound",
              "networkPrefixIsRequired",
              "neueRechnungWurdeImSystemErstelltAberLexwareNeuerstellungIstFehl2",
              "newInvoiceWasCreatedInTheSystemButLexwareRecreationFailedPleaseChec",
              "newLexwareInvoiceCouldNotBeCreatedSeeActivityLogLexwareLogsThe",
              "newLexwareInvoiceCouldNotBeCreatedSeeActivityLogLexwareLogsThe2",
              "newPasswordMustBeAtLeast8CharactersLong",
              "newPasswordMustBeDifferentFromCurrentPassword",
              "newReservationCouldNotBeResolved",
              "newReservationCouldNotBeResolved2",
              "newSizeGbMustBeAPositiveNumber",
              "newsletterLayoutCouldNotBeLoaded",
              "newsletterLayoutCouldNotBeLoaded2",
              "newsletterLayoutCouldNotBeReset",
              "newsletterLayoutCouldNotBeReset2",
              "newsletterLayoutCouldNotBeSaved",
              "newsletterLayoutCouldNotBeSaved2",
              "newsletterOptOutSuccessful",
              "noActiveBusinessFundContract",
              "noActiveConsoleSession",
              "noActiveConsoleSessionOpenTheConsoleFirst",
              "noActiveDpaAgreement",
              "noActiveDpaAgreementFound",
              "noActiveElizonSubscription",
              "noActiveSubscription",
              "noActiveSubscriptionFound",
              "noActiveSubscriptionFound2",
              "noActiveSubscriptionFoundForThisService",
              "noAdminCancellationAvailableToRevoke",
              "noAdminCancellationAvailableToRevoke2",
              "noAffiliateAccount",
              "noAffiliatePartnerFound",
              "noApprovedBalanceAvailableForPayout",
              "noAuthenticationChallengeFound",
              "noAuthenticationChallengeFoundPleaseTryAgain",
              "noChanges",
              "noCheckoutUrlFromMollie",
              "noCommissionIdsProvided",
              "noDefaultForThisTemplate",
              "noDocument",
              "noDocumentAvailable",
              "noDocumentsAvailable",
              "noDomainCouldBeConnected",
              "noDomainProductForSubscription",
              "noEmailAddressForInvoiceOwner",
              "noExpansionStorageForTypeStorageTypeConfiguredOnNodeTargetNode",
              "noFamilyGroup",
              "noFieldsToUpdate",
              "noFloatingIpIsCurrentlyAvailableAtTheChosenLocation",
              "noFloatingIpIsCurrentlyAvailableAtTheChosenLocation2",
              "noItems",
              "noMatchingPleskHosts",
              "noMollieCustomerConfiguredForThisFamilyGroup",
              "noNameserversConfiguredPleaseSetPowerDnsNameserversInAdminSettin",
              "noOwnDnsZoneFoundForThisDomain",
              "noOwnDnsZoneFoundForThisDomain2",
              "noOwnSsoProviderFound",
              "noPasskeysRegistered",
              "noPayoutMethodConfiguredPleaseSetUpAPayoutMethodFirst",
              "noPending",
              "noPendingTwoFactorLoginOrItHasExpired",
              "noPermission",
              "noPermission2",
              "noPermission3",
              "noPermissionForTrafficHistory",
              "noPermissionForTrafficHistory2",
              "noPermissionForUpgradePrices",
              "noPermissionForUpgradePrices2",
              "noPrimaryIpvIpVersionNetworkFoundForTheService",
              "noPrimaryIpvIpVersionNetworkFoundForTheService2",
              "noProductsFoundForThisProvider",
              "noProviderAvailableForThisProduct",
              "noRegistrationChallengeFoundPleaseStartOver",
              "noServiceLinkedToSubscription",
              "noSessionToken",
              "noStorageDevicesProvided",
              "noSubscriptionFound",
              "noSubscriptionFoundForThisFloatingIp",
              "noSubscriptionFoundForThisFloatingIp2",
              "noSubscriptionFoundForThisStorageVolume",
              "noValidDisplayBootOrPasswordChangeRequested",
              "noValidFieldsToUpdate",
              "noValidSettingsProvided",
              "noVerificationChallengeFoundPleaseTryAgain",
              "noWithdrawableBalanceAvailable",
              "nodeIsMissingProxmoxNodeNameForSync",
              "nodeParameterIsRequired",
              "nodeQueryParameterIsRequired",
              "nodeVmidOrStorageForCleanupCouldNotBeDetermined",
              "nodeVmidOrStorageForCleanupCouldNotBeDetermined2",
              "notAuthenticated",
              "notAuthorized",
              "notAuthorizedToRevokePermission",
              "notEligibleToLinkThisProvider",
              "notFound",
              "notFound2",
              "notFound3",
              "notFound4",
              "notPendingCancellation",
              "notificationNotFound",
              "oauthLinkFailed",
              "oauthProviderNotFound",
              "oauthProviderNotFoundOrDisabled",
              "offerHasExpired",
              "offerNotFound",
              "oldPrimaryIpCouldNotBeDetermined",
              "oldPrimaryIpCouldNotBeDetermined2",
              "oneOrBothHostLinksNotFound",
              "oneOrMoreLabelsAreInvalidForThisService",
              "onlyActiveSubscriptionsCanBeCancelledAtTheEndOfThePeriod",
              "onlyActiveSubscriptionsCanBeCancelledAtTheEndOfThePeriod2",
              "onlyActiveSubscriptionsCanHaveInvoicesCreated",
              "onlyBusinessAccountsCanConfigureAnOwnSsoProvider",
              "onlyCanceledOrExpiredSubscriptionsCanBeDeleted",
              "onlyOneCouponCanBeAppliedPerOrder",
              "onlyOpenPaymentRequestsCanBeDeleted",
              "onlyOpenPaymentRequestsCanBeDeleted2",
              "onlyOwnerCanDissolveFamilyGroup",
              "onlyParentsCanManageFamilyMandates",
              "onlyParentsCanPerformAction",
              "onlyParentsCanRemoveMembers",
              "onlyParentsCanRevokeFamilyMandates",
              "onlyParentsCanTopUpFamilyWallet",
              "onlyPdfAndImageFilesAreAccepted",
              "onlyPdfFilesAreAllowed",
              "onlyServiceOwnerOrAdminCanSuspendResume",
              "onlyStaffCanChangeCategory",
              "onlyStaffCanChangePriority",
              "onlyStaffCanCreateInternalMessages",
              "onlyTeamAdminsCanPerformAction",
              "onlyTeamOwnerCanPerformAction",
              "onlyTheCurrentAndPreviousQuarterAreAllowedForQuickExport",
              "onlyTheCurrentAndPreviousQuarterAreAllowedForQuickExport2",
              "onlyTheOwnerOfTheExistingAAaaaRecordForThisSubdomainCanCreateTheO",
              "onlyTheOwnerOfTheExistingAAaaaRecordForThisSubdomainCanCreateTheO2",
              "onlyTheServiceOwnerOrAnAdminMaySuspendResume",
              "onlyTheServiceOwnerOrAnAdminMaySuspendResume2",
              "orderCannotBeChanged",
              "orderFailed",
              "otpauthInvalidString",
              "otpauthUnknownType",
              "ownerTypeMustBeSelfOrExternal",
              "ownershipTransferRequiresAdministrator",
              "panelIdRequired",
              "panelIdRequired2",
              "panelIdRequired3",
              "panelNotFound",
              "panelNotFound2",
              "panelNotFound3",
              "passkeyAuthenticationFailed",
              "passkeyDeletedSuccessfully",
              "passkeyIdIsRequired",
              "passkeyNotFound",
              "passkeyNotRecognized",
              "passkeyRegisteredSuccessfully",
              "passkeyResponseIsRequired",
              "passkeyVerificationFailed",
              "passphraseIsTooLong",
              "passwordChangeFailed",
              "passwordChangedSuccessfully",
              "passwordConfirmationRequiredForAccountDeletion",
              "passwordIsRequired",
              "passwordLoginNotAvailableForThisAccount",
              "passwordMinimumLengthMustBeBetween6And128",
              "passwordMustBeAtLeast6Characters",
              "passwordMustBeAtLeast8CharactersLong",
              "passwordMustContainUppercaseLowercaseAndANumber",
              "passwordResetFailed",
              "passwordResetSuccessfullyPleaseLogInWithYourNewPassword",
              "passwordWrong",
              "paymentAlreadyInProgress",
              "paymentAlreadyInProgress2",
              "paymentAlreadyPending",
              "paymentCreationFailed",
              "paymentFailed",
              "paymentMethodsFeatureHasBeenDeprecatedUseAccountBalanceForAutopayIns",
              "paymentRecordIdIsMissing",
              "paymentRecordIdIsMissing2",
              "paymentServiceIsNotAvailable",
              "payoutMethodMustBeConfigured",
              "payoutReferenceIsRequired",
              "payoutRequestInvalidStatus",
              "payoutRequestNotFound",
              "payoutsAreNotEnabledForYourAffiliateAccount",
              "pdfCouldNotBeCreated",
              "pdfCouldNotBeCreated2",
              "pdfFileIsRequired",
              "pdfFileNotFoundOnDisk",
              "pdfMustBeBetween1ByteAnd15Mb",
              "pdfNotAvailable",
              "pendingFamilyInviteExists",
              "pendingInvoiceAlreadyExistsInvoiceNumber",
              "pendingTeamInviteExists",
              "percentMustBeBetween0And100",
              "percentMustBeBetween0And1002",
              "percentageValueCannotExceed100",
              "periodExpired",
              "permanentDiscountPercentMustBeBetween0And100OrNull",
              "permissionCheckFailed",
              "permissionIdIsRequired",
              "permissionIdIsRequired2",
              "permissionNotFound",
              "permissionsArrayIsRequired",
              "pleaseChooseALocation",
              "pleaseChooseALocation2",
              "pleaseChooseATargetServer",
              "pleaseChooseATargetServer2",
              "pleaseConnectAtLeastOneDomainFirst",
              "pleaseConnectAtLeastOneDomainFirst2",
              "pleaseEnterThe6DigitCodeFromYourEmail",
              "pleaseFillInYourAddressInYourProfileSettingsFirst",
              "pleaseFillInYourCityInYourProfileSettingsFirst",
              "pleaseFillInYourZipCodeInYourProfileSettingsFirst",
              "pleaseSetYourCompanyNameInYourProfileSettingsFirst",
              "pleaseSetYourCountryInYourProfileSettingsFirst",
              "pleaseSetYourDisplayNameInYourProfileSettingsFirst",
              "pleaseStart2FaSetupFirst",
              "pleaseWaitAMomentBeforeRequestingAnotherCode",
              "pleskProviderNotFound",
              "pleskSetupModeRequired",
              "pleskSetupRequired",
              "ploiDnsTargetMissing",
              "plusRolloutDisabled",
              "portNumbersMustBeBetween1And65535",
              "positionenKNnenNurBeiOffenenZahlungsaufforderungenOhneLexwareBel2",
              "powerDnsApiKeyIsMissingPleaseSetItInSettings",
              "powerDnsApiKeyIsMissingPleaseSetItInSettings2",
              "powerDnsApiKeyIsNotConfigured",
              "powerDnsApiKeyIsNotConfiguredPleaseSetItInSettings",
              "powerDnsApiKeyIsNotConfiguredPleaseSetItInSettings2",
              "powerDnsApiKeyNotConfigured",
              "powerDnsApiKeyNotConfiguredSettings",
              "powerDnsApiKeyNotConfiguredSettings2",
              "powerDnsEndpointNotFound",
              "powerDnsMigrateSourceTargetIdentical",
              "powerDnsRecordNotFound",
              "powerDnsRequestFailed",
              "powerDnsUnauthorized",
              "powerDnsWriteQuorumLow",
              "powerDnsZoneNotFound",
              "premiumDdoSIsCurrentlyNotConfigured",
              "premiumDdoSIsCurrentlyNotConfigured2",
              "premiumDdoSSwitchingIsCurrentlyUnavailable",
              "premiumDdoSSwitchingIsCurrentlyUnavailable2",
              "preorderChanged",
              "preorderNotFound",
              "preorderRefundFailed",
              "preorderWithdrawBusinessDenied",
              "preorderWithdrawNotAllowed",
              "preorderWithdrawOnlyPending",
              "preorderWithdrawalExpired",
              "priceAdjustmentLabelMustBeAStringOrNull",
              "priceOverviewFailed",
              "priceOverviewFailed2",
              "priceQueryFailed",
              "priceQueryFailed2",
              "pricingProductOptionsInvalid",
              "productIdRequired",
              "productNameIsRequired",
              "productNoLongerAvailable",
              "productNotFound",
              "productNotFound2",
              "productNotFound3",
              "productProductIdNotFound",
              "productPromotionInvalid",
              "promotionFixedDiscountRequired",
              "provideADomainOrChooseAConnectedZone",
              "provideADomainOrChooseAConnectedZone2",
              "providerAdapterNotFound",
              "providerIdAndClusterIdAreRequired",
              "providerIdIsRequired",
              "providerIdOrReferenceServiceIdRequired",
              "providerIdRequired",
              "providerIdRequired2",
              "providerIdTopicAndToAreRequired",
              "providerIdTopicAndToAreRequired2",
              "providerMetadataMustBeAJsonObject",
              "providerMetadataMustBeAJsonObject2",
              "providerModuleNotFound",
              "providerNameMustContainOnlyLowercaseLettersNumbersHyphensAndUnde",
              "providerNotFound",
              "providerNotFound2",
              "providerNotFound3",
              "providerNotFound4",
              "providerNotFound5",
              "providerNotFoundForService",
              "providerNotFoundOrInactive",
              "providerServiceCreatedEmailRenderFailed",
              "providerServiceReinstalledEmailRenderFailed",
              "providerTypeCannotBeChangedOnlyAssignmentWithinTheSameTypeIsAllowed",
              "providerTypeCannotBeChangedOnlyAssignmentWithinTheSameTypeIsAllowed2",
              "providerWithThisNameAlreadyExists",
              "providerWithVolumeManagementRequired",
              "provisioningIsAlreadyInProgressPleaseWaitUntilTheCurrentOperationCom",
              "provisioningIsAlreadyInProgressPleaseWaitUntilTheCurrentOperationCom2",
              "proxmoxApiTokenCreateFailed",
              "proxmoxAuthenticationFailed",
              "proxmoxAvailabilityAdapterNotAvailable",
              "proxmoxCloneLockTimeout",
              "proxmoxClusterNotConfigured",
              "proxmoxClusterNotFound",
              "proxmoxHostNotInTrustedDomains",
              "proxmoxIsoDownloadFailed",
              "proxmoxMissingNodeForVmDeletion",
              "proxmoxMissingNodeOrStorage",
              "proxmoxNoClusterConfigured",
              "proxmoxNoClusterIdInOptions",
              "proxmoxNoFreeScsiSlot",
              "proxmoxNoFreeVmid",
              "proxmoxNoOnlineNodes",
              "proxmoxNoVmOrStorageInOptions",
              "proxmoxProviderNotFound",
              "proxmoxProvisionFailed",
              "proxmoxServiceDisabled",
              "proxmoxServiceIsDisabled",
              "proxmoxServiceNoMapping",
              "proxmoxServiceNoProviderVm",
              "proxmoxStorageExpansionNotConfigured",
              "proxmoxStorageNotFoundOnNode",
              "proxmoxStorageServiceMissingConfig",
              "proxmoxTaskTimedOut",
              "proxmoxVmNotProvisioned",
              "proxmoxVmidAllocationFailed",
              "pterodactylApiError",
              "pterodactylEggNotFound",
              "pterodactylMappingNotFound",
              "pterodactylNoClientApiKey",
              "pterodactylNoPanelAvailable",
              "pterodactylPanelIdMissing",
              "pterodactylProviderServiceIdMissing",
              "pterodactylServerIdentifierMissing",
              "pterodactylServiceMissingProductOrSubscription",
              "pterodactylServiceNoProviderServer",
              "pterodactylUpgradeFailed",
              "publicKeyIsRequired",
              "publicKeyIsTooLong",
              "purchasesAreBlockedDueToAdoptionDeadlineEnforcement",
              "pushInvalidSubscriptionEndpoint",
              "quantityMustBeGreaterThanZero",
              "quarterAndYearAreRequired",
              "quarterAndYearAreRequired2",
              "quarterMustBe14AndYearMustBeValid",
              "quarterNotAllowed",
              "ramBelowProductBase",
              "ramCannotBeBelowProductBaseValueGb",
              "ramDowngradeNotAllowedForThisProduct",
              "ramUpgradeDowngradeNotAllowedForThisProduct",
              "rangeNotFound",
              "rateLimitExceeded",
              "rateLimitExceededApiKey",
              "rateLimitExceededMax3PinsPer15Minutes",
              "rateLimitOnlyOneGeneratedKeyEvery2Minutes",
              "rateLimited",
              "ratingMustBeBetweenRatingMinAndRatingMax",
              "reactivateThisAutoTopUpByCreatingANewOne",
              "reasonRequired10500Characters",
              "reasonRequired10500Characters2",
              "recordHasNoIpv6Address",
              "recordNotFound",
              "recordTypeIsNotAllowedForCustomerManagement",
              "recurringVouchersAreOnlyAvailableForPersonalBalance",
              "recurringVouchersAreOnlyAvailableForPersonalBalance2",
              "referenceServerNotFound",
              "registrarNoContactApi",
              "registrarNoExpiryDate",
              "registrationDisabledBusiness",
              "registrationDisabledGeneral",
              "registrationDisabledPrivate",
              "registrationFailed",
              "registrationSuccessfulPleaseCheckYourEmailAndEnterTheActivationCode",
              "registrationTenantMismatch",
              "reinstallIsNotSupportedForThisProvider",
              "reinstallIsNotSupportedForThisProvider2",
              "reinstallNotSupportedForThisProvider",
              "reinstallationIsAlreadyInProgressPleaseWaitUntilTheCurrentOperationC",
              "reinstallationIsAlreadyInProgressPleaseWaitUntilTheCurrentOperationC2",
              "rejectionReasonIsRequired",
              "removeAtMustBeAValidDateInTheFuture",
              "removeAtMustBeAValidDateInTheFuture2",
              "renewalBlockedDueToAdoptionDeadlineEnforcement",
              "renewalExceedsMaxRuntime",
              "renewalInvoiceAlreadyExists",
              "renewalInvoiceForThisBillingPeriodAlreadyExistsInvoiceNumber",
              "reportConsentRequired",
              "reportDocumentTooLarge",
              "reportInvalidCategory",
              "reportInvalidTarget",
              "reportInvalidTargetExtended",
              "reportInvalidUrlTarget",
              "reportOtherDescriptionRequired",
              "reportOtherDescriptionTooLong",
              "reportReasonTooShort",
              "reportValidEmailRequired",
              "requestNotFound",
              "requestedUpgradeConfigurationIsCurrentlyUnavailable",
              "requiredComponentsOfTheSpecialOfferAreMissingFromTheCart",
              "requiredComponentsOfTheSpecialOfferAreMissingFromTheCart2",
              "reservationIdIsRequired",
              "reservationIdIsRequired2",
              "reservationIdQueryParamIsRequired",
              "reservationIdsOrReservationIdRequired",
              "reservationIdsOrReservationIdRequired2",
              "reservationIsAlreadyAssignedToAnotherService",
              "reservationNotFound",
              "reservationNotFoundForThisService",
              "reservationTypeIsRequired",
              "resetLinkHasExpired",
              "resetLinkHasExpiredPleaseRequestANewOne",
              "resourceChangesRequired",
              "resourceIsCurrentlyLockedPleaseWaitUntilTheOperationCompletes",
              "resourceTypeAndResourceIdAreRequired",
              "resourceTypeResourceIdEmailAndPermissionsAreRequired",
              "responseAndDeviceNameAreRequired",
              "restrictedUserNotFound",
              "retrievalFailed",
              "retrievalFailed2",
              "reverseContentIsRequired",
              "ruleNotFound",
              "sameEmail",
              "savedPaymentMethodsAreNotAvailableForChildren",
              "savedPaymentMethodsAreNotAvailableForChildren2",
              "scopeInvalid",
              "selectAtLeastOneConnectedDomain",
              "selectAtLeastOneEmail",
              "selectedAddressIsInvalid",
              "selectedLocationIsNotAllowed",
              "selectedProviderUnavailable",
              "selfieFrontAndBackAreRequired",
              "selfieFrontAndBackAreRequired2",
              "sepaDetailsNotConfigured",
              "sepaIsOnlyAvailableForBalanceTopUpNotForInvoicePayment",
              "sepaTopUpIsNotAvailable",
              "serverConfigurationIncomplete",
              "serverConfigurationInvalid",
              "serverIdRequiredForAttach",
              "serverIsStillBeingInstalledPleaseWaitAMomentAndTryAgain",
              "serverNotFound",
              "serviceCancelled",
              "serviceConfigurationIncomplete",
              "serviceConfigurationInvalid",
              "serviceDeletionScheduled",
              "serviceDisplayNameMustBeServiceDisplayNameMaxLengthCharactersOrLess",
              "serviceHasNoIpv4Address",
              "serviceHasNoIpv6Address",
              "serviceHasNoProviderServerMapping",
              "serviceHasNoVmAssignment",
              "serviceHasNoVmAssignment2",
              "serviceIdAndActionRequired",
              "serviceIdAndResourceChangesRequired",
              "serviceIdIpVersionAndRemoveAtAreRequired",
              "serviceIdIpVersionAndRemoveAtAreRequired2",
              "serviceIdIsRequired",
              "serviceIdNameAndSizeAreRequired",
              "serviceIdRequired",
              "serviceIsLockedByParentalControls",
              "serviceIsLockedByParentalControls2",
              "serviceIsScheduledForDeletion",
              "serviceIsSuspended",
              "serviceIsSuspendedPleaseResolveSuspensionToPerformActions",
              "serviceIsSuspendedPleaseResolveTheSuspension",
              "serviceIsSuspendedPleaseResolveTheSuspension2",
              "serviceIsSuspendedResumeFirstToPerformOtherActions",
              "serviceNameConfirmRequired",
              "serviceNameMustBeServiceNameMaxLengthCharactersOrLess",
              "serviceNoProviderMapping",
              "serviceNotFound",
              "serviceNotFound2",
              "serviceNotFound3",
              "serviceNotFound4",
              "serviceNotFound5",
              "serviceNotFoundOrAccessDenied",
              "serviceNotFoundOrDoesNotBelongToUser",
              "serviceNotFoundOrNotOwnedByYou",
              "serviceNotFoundOrNotYours",
              "serviceNotOwned",
              "serviceNotProperlyConfigured",
              "serviceNotProvisioned",
              "serviceOrProductNotFound",
              "serviceProvisioningFailed",
              "serviceStringAndEnabledBooleanRequired",
              "serviceSuspended",
              "sessionDurationMustBeBetween1And365Days",
              "sessionExpired",
              "sessionIdRequired",
              "sessionNotFound",
              "sessionRevokedSuccessfullyThatDeviceHasBeenLoggedOut",
              "sessionValidationFailed",
              "settingsNotAvailableForThisProvider",
              "setupForbidden",
              "setupNotRequired",
              "setupTokenInvalid",
              "sevdeskApiKeyNotConfigured",
              "sevdeskApiRequestFailed",
              "sevdeskContactCreateFailed",
              "sevdeskCreditNoteCreateFailed",
              "sevdeskDunningNotSupported",
              "sevdeskInvoiceCreateFailed",
              "sevdeskPdfDownloadFailed",
              "sevdeskServiceDisabled",
              "sftpIsNotSupportedForThisProvider",
              "shutdownAndStartupTimeMustDiffer",
              "signerNameAndAddressAreRequired",
              "signerNameIsRequired",
              "signerNameRequired",
              "signerNameTooLong",
              "sizeGbRequiredMin1",
              "slaAlreadyActive",
              "slaAvailabilityOutOfRange",
              "slaInvalidStatus",
              "slaNotFound",
              "slaOfferExpired",
              "slaPenaltyTextRequired",
              "slaPriceLinesInvalid",
              "slaRecoveryHoursOutOfRange",
              "slaRequestAlreadyOpen",
              "slaResponseTimeInvalid",
              "slugAndAtLeastOneTranslationAreRequired",
              "slugAndNameAreRequired",
              "slugRequired",
              "smartUpgradeFailedToParseOptions",
              "smartUpgradeNoServiceLinked",
              "smtpCommandFailed",
              "someProductsAreCurrentlyUnavailableSoldOutPleaseRemoveThemFromYour",
              "sourceIsIncompleteApiKeyApiUrlServerId",
              "sourceIsIncompleteApiKeyApiUrlServerId2",
              "specialOfferComponentInvalid",
              "specialOfferHasExpired",
              "specialOfferHasExpired2",
              "specialOfferHasExpiredOrIsInvalid",
              "specialOfferHasExpiredOrIsInvalid2",
              "specialOfferInvalid",
              "specialOfferInvalidMissingComponentId",
              "specialOfferInvalidMissingComponentId2",
              "specialOfferInvalidMissingOrAmbiguousOfferToken",
              "specialOfferInvalidMissingOrAmbiguousOfferToken2",
              "specialOfferInvalidUnknownComponent",
              "specialOfferInvalidUnknownComponent2",
              "splitIntoMustBeCidrEG64ForASingle64Range",
              "splitIntoMustBeCidrEG64ForASingle64Range2",
              "srvProtocolMustBeTcpOrUdp",
              "srvRecordsAreNotSupportedByProviderProviderType",
              "srvRequiresSrvServiceAndSrvProtocolOrPresetIdTs3Minecraft",
              "srvServiceAndSrvProtocolMayOnlyContainLettersDigitsAndHyphensMax",
              "sshKeyNotFound",
              "sshKeysSavedButCloudInitUpdateFailed",
              "ssoMissingOidcEndpoints",
              "ssoOidcDiscoveryFailed",
              "ssoOidcMissingEndpoints",
              "ssoOidcMissingSubject",
              "ssoOidcTokenExchangeFailed",
              "ssoOidcUserinfoFailed",
              "staffAccessRequired",
              "startAndEndDateAreRequired",
              "startAndEndDateAreRequired2",
              "startIpMustBeLessThanOrEqualToEndIp",
              "startRangeMustBeLessThanEndRange",
              "startsAtInvalid",
              "startupVariablesAreNotAvailableForThisProvider",
              "statusCouldNotBeLoaded",
              "statusCouldNotBeLoaded2",
              "storageAddedToCart",
              "storageBelowProductBase",
              "storageCanOnlyBeAssignedToProvidersWithVolumeManagement",
              "storageCanOnlyBeAttachedToProvidersThatSupportVolumeManagement",
              "storageCannotBeBelowProductBaseBaseStorageGbGb",
              "storageDowngradeNotAllowedForThisProduct",
              "storageIncrementInvalid",
              "storageMustBeInStepGbIncrements",
              "storageServiceMissingSizeOrClusterInfo",
              "storageServicesMustBeCancelledViaSubscriptionManagement",
              "storageSubscriptionCanceledImmediately",
              "storageSubscriptionWillCancelAtEndOfBillingPeriod",
              "storageTypeMustBeNvmeSsdOrHdd",
              "storageUpgradeDowngradeNotAllowedForThisProduct",
              "storageVolumeDeleted",
              "storageVolumeNotFound",
              "storageVolumesAreNotSupportedOnThisProvider",
              "subdomainAlreadyHasACnameOrSrvRecord",
              "subdomainAlreadyInUseAAaaaOrOtherRecord",
              "subdomainMayOnlyContainLettersAZAZAndDigits09",
              "subdomainMayOnlyContainLettersAZAZAndDigits092",
              "subjectAndContentAreRequired",
              "subjectAndMessageAreRequired",
              "subnetRangeAndIpRangeAreRequired",
              "subnetRangeNotFound",
              "subscriptionActionBlocked",
              "subscriptionAlreadyCanceled",
              "subscriptionAlreadyCancelled",
              "subscriptionAlreadyCancelled2",
              "subscriptionBuyoutNotAvailable",
              "subscriptionCancelNoticeNotMet",
              "subscriptionCanceledImmediately",
              "subscriptionCanceling",
              "subscriptionCouponReplaceConfirmationRequired",
              "subscriptionCouponReplacementFailed",
              "subscriptionFeePercentCanOnlyBeLowered",
              "subscriptionHasNoLinkedService",
              "subscriptionNotActive",
              "subscriptionNotFound",
              "subscriptionOrServiceNotFound",
              "subscriptionOrServiceNotFound2",
              "subscriptionReactivatedAutoRenewReEnabled",
              "subscriptionSpecialTerminationPending",
              "subscriptionSpecialTerminationReasonInvalid",
              "subscriptionWillCancelAtEndOfBillingPeriod",
              "suggestionsCouldNotBeLoaded",
              "suggestionsCouldNotBeLoaded2",
              "supportPhone247MustBeABoolean",
              "synchronizationFailed",
              "synchronizationFailed2",
              "targetClusterNodeNotFoundInProviderConfigToClusterIdToNodeName",
              "targetIsIncompleteApiKeyApiUrlServerId",
              "targetIsIncompleteApiKeyApiUrlServerId2",
              "targetLocationIdIsRequired",
              "targetLocationNotAllowed",
              "targetMarginPercentTooHigh",
              "targetMustBeLessThanCurrentSlots",
              "targetNodeNotFoundInProviderConfig",
              "targetProviderMustBePremiumProviderKey",
              "targetProviderMustBePremiumProviderKey2",
              "targetUserNotFound",
              "targetVmHasNoAssignedNode",
              "targetVmHasNoProxmoxVmId",
              "targetVmMustBeOnTheSameNodeAsTheStorageVolume",
              "targetVmNotFound",
              "taxInformationIsRequiredBeforeRequestingAPayout",
              "taxRateMustBeBetween0And100",
              "taxRateNotFound",
              "tbWalletOperationFailed",
              "teamBudgetExceeded",
              "teamGroupNotFound",
              "teamInviteEmailMismatch",
              "teamInviteExpired",
              "teamInviteNoLongerPending",
              "teamInviteNotFound",
              "teamIsFull",
              "teamManagedFieldReadOnly",
              "teamMembersCannotLeaveThemselves",
              "teamNoLongerActive",
              "teamNotFound",
              "teamOrderCommentRequired",
              "teamPaymentMethodRequired",
              "teamPermissionDenied",
              "teamProjectNotFound",
              "teamPurchaseNotAllowed",
              "teamServiceControlDenied",
              "templateCouldNotBeRendered",
              "templateCouldNotBeRendered2",
              "templateNotFound",
              "templatesCouldNotBeReset",
              "templatesCouldNotBeReset2",
              "templatesMustBeAnArray",
              "tenantNameRequired",
              "tenantNotFound",
              "tenantStillHasSubscriptions",
              "tenantStillHasUsers",
              "tenantTokenAlreadyInUse",
              "textIsRequired",
              "theBillingPeriodHasAlreadyExpired",
              "theBillingPeriodHasAlreadyExpired2",
              "theBookedPeriodHasAlreadyExpired",
              "theBookedPeriodHasAlreadyExpired2",
              "theChosenRecordDoesNotExistDoesNotBelongToYouOrIsNotBoundToThe",
              "theChosenRecordDoesNotExistDoesNotBelongToYouOrIsNotBoundToThe2",
              "theFamilyWalletCanOnlyBeToppedUpViaBalanceTransferPleaseUseTheFam",
              "theFamilyWalletCanOnlyBeToppedUpViaBalanceTransferPleaseUseTheFam2",
              "thePrimaryIpv6AddressCannotBeRemoved",
              "theShopQuotaIsExhaustedForAtLeastOneProduct",
              "theShopQuotaIsExhaustedForAtLeastOneProduct2",
              "theSubdomainWwwIsNotAllowed",
              "theSubdomainWwwIsNotAllowed2",
              "theSubscriptionIsNotScheduledForCancellation",
              "theSubscriptionIsNotScheduledForCancellation2",
              "theTotalRuntimeCannotExceed3YearsFromToday",
              "thisAccountUsesSocialLoginYouCanSetAPasswordByUsingForgotPassword",
              "thisActionIsOnlyAvailableForProxmoxProviders",
              "thisActionIsOnlyAvailableForProxmoxProviders2",
              "thisCancellationCannotBeRevoked",
              "thisCancellationCannotBeRevoked2",
              "thisCodeHasExpiredPleaseRequestANewOne",
              "thisDiscordAccountIsAlreadyLinkedToAnotherUser",
              "thisDomainAlreadyExistsInOurDnsNameserverZonesAndCannotBeClaimed",
              "thisDomainIsAlreadyManagedByAnotherAccount",
              "thisDomainIsAlreadyRegistered",
              "thisDomainIsReservedForSharedSubdomainUsageAndCannotBeAddedAsAnO",
              "thisEndpointIsForStorageServicesOnly",
              "thisFeatureIsCurrentlyUnavailable",
              "thisFeatureIsCurrentlyUnavailable2",
              "thisHostIsAlreadyLinkedToAToRSwitch",
              "thisInvoiceHasAlreadyBeenCancelled",
              "thisInvoiceHasAlreadyBeenCancelled2",
              "thisInvoiceWasCreatedInLexwareAndCannotBeDeletedUseTheCancellation",
              "thisInvoiceWasCreatedInLexwareAndCannotBeDeletedUseTheCancellation2",
              "thisIpv4AddressIsAlreadyReserved",
              "thisOauthProviderIsDisabled",
              "thisProductIsOnlyAvailableForBusinessCustomersPleaseRemoveItFromYou",
              "thisProductIsOnlyAvailableForBusinessCustomersPleaseRemoveItFromYou2",
              "thisRouteCannotBeAccessedWithAnApiKey",
              "thisSpecialOfferIsNotEnabledForYourAccount",
              "thisSpecialOfferIsNotEnabledForYourAccount2",
              "thisSubnetRangeAlreadyExists",
              "thisVoucherHasAlreadyBeenRedeemed",
              "thisVoucherHasExpired",
              "ticketIsClosedReOpenTheTicketToAddAReply",
              "ticketNotFound",
              "ticketNotFoundOrNotOwnedByYou",
              "toRSwitchNotFound",
              "tokenAndPasswordAreRequired",
              "tokenIsRequired",
              "tokenRequired",
              "tokenUrlMustBeAValidHttpsUrl",
              "tooMany2FaAttemptsPleaseWaitWaitSecondsSeconds",
              "tooManyAttemptsPleaseTryAgainInWaitSecondsSeconds",
              "tooManyAttemptsPleaseWaitWaitSecondsSeconds",
              "tooManyAttemptsRequestNewCode",
              "tooManyCartItems",
              "tooManyChecksPleaseWaitAMoment",
              "tooManyChecksPleaseWaitAMoment2",
              "tooManyLabelsForThisService",
              "tooManyRegistrationAttemptsPleaseTryAgainInWaitSecondsSeconds",
              "tooManyReports",
              "tooManyRequests",
              "tooManyRequestsPleaseTryAgainLater",
              "tooManyStatusLookups",
              "tooManySubmissions",
              "tooManyTakedownSubmissions",
              "topicTopicHasNoSenderFunction",
              "topicTopicHasNoSenderFunction2",
              "torIdProviderIdHostNodeIdHostNameAndLinkSpeedMbpsAreRequired",
              "totpAuthenticatorDisabledSuccessfully",
              "totpAuthenticatorIsAlreadyEnabled",
              "totpAuthenticatorIsNotEnabled",
              "totpAuthenticatorIsNotSetUp",
              "trafficCannotBeBelowProductBaseBaseTrafficTbTb",
              "trafficDataNotAvailableForThisProvider",
              "transferAlreadyPending",
              "transferDeadlinePassed",
              "transferDeadlineTooLong",
              "transferDecisionNotFound",
              "transferNoLongerPending",
              "transferTenantMismatch",
              "transferTenantsMustDiffer",
              "transferTenantsRequired",
              "translationsMustBeAnObject",
              "translationsRequired",
              "twoFactorAuthenticationCodeRequired",
              "twoFactorAuthenticationCodeRequired2",
              "twoFactorAuthenticationEnabledSuccessfully",
              "twoFactorAuthenticationIsNotEnabled",
              "twoFactorCompletionFailed",
              "twoFactorRateLimitExceeded",
              "unableToSyncInvoiceFromLexware",
              "unableToVerifyRequestOrigin",
              "unauthenticated",
              "unauthorized",
              "unknownAction",
              "unknownAction2",
              "unknownAction3",
              "unknownAppearanceToken",
              "unknownDocumentType",
              "unknownLineItemId",
              "unknownLineItemId2",
              "unknownProviderAction",
              "unknownThemeSlug",
              "unlinkFailed",
              "unsupportedActionForStorageService",
              "unsupportedAppearanceAssetType",
              "unsupportedLanguageLanguage",
              "updateFailed",
              "updateFailed2",
              "updatingDomainPricesFailed",
              "updatingDomainPricesFailed2",
              "upgradeBelowProductBase",
              "upgradeDowngradeAndRenewalItemsRequireAServiceIdOrSubscriptionId",
              "upgradeExceedsAssignedDisk",
              "upgradeMaxIPv6Exceeded",
              "upgradeMaxIpsExceeded",
              "upgradeNoChangesApplicable",
              "upgradeNotAllowed",
              "upgradeOptionsAreOnlyAvailableToTheServiceOwner",
              "upgradeRequiresCheckout",
              "upgradeSpeedNotAllowed",
              "upgradeStorageInsufficient",
              "upgradeStorageStepInvalid",
              "uplinkSpeedMbpsIsRequiredWhenHasInternetUplinkIsTrue",
              "userAlreadyExists",
              "userAlreadyInFamilyGroup",
              "userAlreadyInTeam",
              "userAlreadyOwnsFamilyGroup",
              "userAlreadyOwnsTeam",
              "userIdAndItemsAreRequired",
              "userIdAndRoleAreRequired",
              "userIdAndSubjectAreRequired",
              "userIdIsRequired",
              "userIdIsRequired2",
              "userIdIsRequired3",
              "userIdMaxAmountAndPeriodLimitAreRequired",
              "userIdParameterIsRequired",
              "userInfoUrlMustBeAValidHttpsUrl",
              "userIsRequired",
              "userIsRequired2",
              "userLevelAutopayDeprecated",
              "userNotFound",
              "userNotFound2",
              "userNotFound3",
              "userNotFound4",
              "userNotFound5",
              "userNotInFamilyGroup",
              "userNotInTeam",
              "userNotesMustBeServiceUserNotesMaxLengthCharactersOrLess",
              "usersCanOnlyCloseTheirOwnTickets",
              "validAmountRequired",
              "validCategoryIdOrCategoryKeyIsRequired",
              "validEmailIsRequired",
              "validIbanIsRequired",
              "validIpv6AddressRequired",
              "validPayPalEmailIsRequired",
              "validStartDateAndEndDateAreRequiredForMaintenance",
              "validStatusRequiredNewReadArchived",
              "validationFailed",
              "validationFailedForEggVariables",
              "validationFailedForProviderEggVariables",
              "valueMustBeAPositiveNumber",
              "verificationCodeAndPasswordAreRequired",
              "verificationCodeIsRequired",
              "verificationCodeSentToEmail",
              "verificationEmailSent",
              "verificationEmailSentPleaseCheckYourInbox",
              "verificationFailed",
              "verificationLinkHasExpiredPleaseRequestANewOne",
              "verificationNotAvailable",
              "verificationNotAvailable2",
              "verificationNotFound",
              "verificationNotFound2",
              "verificationNotFoundOrNoLongerPending",
              "verificationNotFoundOrNoLongerPending2",
              "verificationTokenIsRequired",
              "vmImportFailed",
              "vmidReservationFailed",
              "volumeIsNotAttached",
              "voucherCodeNotAvailableAfterRedemption",
              "voucherCodeNotFound",
              "voucherFaceValueOutOfRange",
              "voucherNotFound",
              "voucherNotFound2",
              "voucherTargetUserNotFound",
              "voucherWithdrawalBusinessNotAllowed",
              "voucherWithdrawalNotEligible",
              "voucherWithdrawalPeriodExpired",
              "voucherWithdrawalRefundFailed",
              "vouchersCouldNotBeLoaded",
              "vouchersCouldNotBeLoaded2",
              "webPushIsOnlyAvailableWithElizon",
              "webPushIsOnlyAvailableWithElizon2",
              "webauthnAuthenticationFailed",
              "webauthnRegistrationFailed",
              "weekdaysModeRequiresAtLeastOneWeekday",
              "whoisPrivacyNotEditableInStatus",
              "whoisQueryFailed",
              "whoisQueryFailed2",
              "withdrawOnlyBeforeRegistrar",
              "withdrawOnlyDomainOrders",
              "wrongCode",
              "wsConnectionUrlRequired",
              "youAlreadyHaveAPendingPayoutRequest",
              "youAlreadyHaveAnSsoProviderConfigured",
              "youAreAlreadyInFamilyGroup",
              "youCanOnlyViewYourOwnInvoices",
              "youDoNotHavePermissionForThisArea",
              "youDoNotHavePermissionForThisArea2",
              "youDoNotHavePermissionForThisService",
              "youDoNotHavePermissionForThisSubscription",
              "youHaveAlreadySubmittedFeedbackForThisService",
              "youHaveAlreadySubmittedFeedbackForThisTicket",
              "youHaveNoPermissionForThisService",
              "yourAccountHasBeenSuspendedPleaseContactSupport",
              "yourEmailIsNotAuthorizedForThisOffer",
              "zoneHandleNotSupported"
            ]
          },
          "errorParams": {
            "type": "object",
            "description": "Optional interpolation parameters for the localized error message (e.g. {seconds}).",
            "additionalProperties": {
              "type": [
                "string",
                "number"
              ]
            }
          }
        }
      }
    }
  }
}
