Skip to content

Commit

Permalink
docs(admin): remove example
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanXin-Chen committed Sep 18, 2024
1 parent 8eb656d commit 349b256
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/en/latest/admin-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1499,13 +1499,13 @@ HTTP/1.1 200 OK
#### When Secret Manager is AWS
| Parameter | Required | Type | Description | Example |
| ----------------- | -------- | ------ | --------------------------------------- | --------------------------------------------- |
| access_key_id | True | string | AWS Access Key ID | |
| secret_access_key | True | string | AWS Secret Access Key | |
| session_token | False | string | Temporary access credential information | |
| region | False | string | AWS Region | us-east-1 |
| endpoint_url | False | URI | AWS Secret Manager URL | https://secretsmanager.{region}.amazonaws.com |
| Parameter | Required | Type | Description |
| ----------------- | -------- | ------ | --------------------------------------- |
| access_key_id | True | string | AWS Access Key ID |
| secret_access_key | True | string | AWS Secret Access Key |
| session_token | False | string | Temporary access credential information |
| region | False | string | AWS Region |
| endpoint_url | False | URI | AWS Secret Manager URL |
Example Configuration:
Expand Down

0 comments on commit 349b256

Please sign in to comment.