Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 189 (0.02 sec)

  1. cmd/apierrorcode_string.go

    	_ = x[ErrAdminGroupDisabled-184]
    	_ = x[ErrAdminInvalidGroupName-185]
    	_ = x[ErrAdminNoSuchJob-186]
    	_ = x[ErrAdminNoSuchPolicy-187]
    	_ = x[ErrAdminPolicyChangeAlreadyApplied-188]
    	_ = x[ErrAdminInvalidArgument-189]
    	_ = x[ErrAdminInvalidAccessKey-190]
    	_ = x[ErrAdminInvalidSecretKey-191]
    	_ = x[ErrAdminConfigNoQuorum-192]
    	_ = x[ErrAdminConfigTooLarge-193]
    	_ = x[ErrAdminConfigBadJSON-194]
    	_ = x[ErrAdminNoSuchConfigTarget-195]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Add FastAPI bot for Gitter. To automatically announce new releases. PR [#189](https://github.com/tiangolo/fastapi/pull/189).
    
    ## 0.20.0
    
    * Upgrade OAuth2:
        * Upgrade Password flow using Bearer tokens to use the correct HTTP status code 401 `UNAUTHORIZED`, with `WWW-Authenticate` headers.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top