[php] fix documentation of API authorization in README files (#15306)

fix hierarchy level + align wording across generators
This commit is contained in:
Tiffany Marrel
2023-05-09 08:25:14 +02:00
committed by GitHub
parent 4deaad557e
commit 9cb14aeb8c
4 changed files with 10 additions and 14 deletions

View File

@@ -153,7 +153,8 @@ Class | Method | HTTP request | Description
## Documentation For Authorization
## petstore_auth
Authentication schemes defined for the API:
### petstore_auth
- **Type**: OAuth
- **Flow**: implicit
@@ -162,7 +163,7 @@ Class | Method | HTTP request | Description
- **write:pets**: modify pets in your account
- **read:pets**: read your pets
## api_key
### api_key
- **Type**: API key
- **API key parameter name**: api_key