About 2,680,000 results
Open links in new tab
  1. Describing Parameters | Swagger Docs

    For more information, see Parameter Serialization. Note: To define cookie authentication, use API keys instead. Required and Optional Parameters By default, OpenAPI treats all request parameters as …

  2. How to specify if a field is optional or required in OpenAPI/Swagger ...

    Oct 18, 2016 · By default, fields in a model are optional unless you put them in the required list. Below is an example - id, category are optional fields, name is required. Note that required is not an attribute …

  3. How to Change Swagger Base URL in ASP.NET Core: Configure Custom

    Dec 11, 2025 · How to Change Swagger Base URL in ASP.NET Core: Configure Custom Path Instead of /swagger/ui Swagger (now known as OpenAPI) is a powerful tool for documenting and testing …

  4. Configuration | Scalar

    OpenAPI Documents There is just one thing that is really required to render at least something: The content. There are a bunch of ways to pass your OpenAPI document: URL Pass an absolute or …

  5. OpenAPI Specification Support (formerly Swagger) - API Platform

    In the following example, we will see how to override the title and the base path URL of the Swagger documentation and add a custom filter for the GET operation of /api/grumpy_pizzas/{id} path. First, …

  6. API Server and Base Path | Swagger Docs

    In OpenAPI 3.0, you use the servers array to specify one or more base URLs for your API. servers replaces the host, basePath and schemes keywords used in OpenAPI 2.0. Each server has a url and …

  7. Swagger documentationFlask-RESTX 1.1.1.dev documentation

    Swagger documentation ¶ Swagger API documentation is automatically generated and available from your API’s root URL. You can configure the documentation using the @api.doc() decorator.

  8. required-external-documentation-url - APIMatic

    required-external-documentation-url Overview This rule belongs to the openapi-v3-standards-validation ruleset and states that: The External Documentation Object must specify the URL for the target …

  9. Parameters and Payload of an Operation - OpenAPI Documentation

    For API designers and writers wishing formalize their API in an OpenAPI Description document.

  10. Documenting parameters · Documenting REST APIs

    Other important details about parameters are the maximum of minimum values allowed for the parameter, and whether the parameter is optional or required. When you test an API, try running an …