remove response payload for update approle role id (#18505)

The ```update approle role id``` api does not return any response. It is a http 204 operation.

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
Raja Nadar
2024-06-04 22:45:23 +05:30
committed by GitHub
parent 47b7e9d303
commit 0d9e944e04

View File

@@ -235,22 +235,6 @@ $ curl \
http://127.0.0.1:8200/v1/auth/approle/role/application1/role-id
```
### Sample response
```json
{
"auth": null,
"warnings": null,
"wrap_info": null,
"data": {
"role_id": "e5a7b66e-5d08-da9c-7075-71984634b882"
},
"lease_duration": 0,
"renewable": false,
"lease_id": ""
}
```
## Generate new secret ID
Generates and issues a new SecretID on an existing AppRole. Similar to