Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Blinky (0.08 sec)

  1. scripts/translate.py

            »»»
    
        Result (German):
    
            «««
            ### Beispiel { #example }
            »»»
    
    
    ### Links
    
    Use the following rules for links (apply both to Markdown-style links ([text](url)) and to HTML-style <a> tags):
    
    1) For relative URLs, only translate link text. Do not translate the URL or its parts
    
    Example:
    
        Source (English):
    
            «««
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  2. fastapi/openapi/models.py

    
    class Response(BaseModelWithConfig):
        description: str
        headers: Optional[dict[str, Union[Header, Reference]]] = None
        content: Optional[dict[str, MediaType]] = None
        links: Optional[dict[str, Union[Link, Reference]]] = None
    
    
    class Operation(BaseModelWithConfig):
        tags: Optional[list[str]] = None
        summary: Optional[str] = None
        description: Optional[str] = None
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * Fix typo/link in External Links. PR [#1702](https://github.com/tiangolo/fastapi/pull/1702).
    * Update handling of [External Links](https://fastapi.tiangolo.com/external-links/) to use a data file and allow translating the headers without becoming obsolete quickly when new links are added. PR [#https://github.com/tiangolo/fastapi/pull/1701](https://github.com/tiangolo/fastapi/pull/1701).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top