Skip to content

Commit

Permalink
remove response payload for update approle role id (#18505)
Browse files Browse the repository at this point in the history
The ```update approle role id``` api does not return any response. It is a http 204 operation.

Co-authored-by: Violet Hynes <[email protected]>
  • Loading branch information
rajanadar and VioletHynes authored Jun 4, 2024
1 parent 47b7e9d commit 0d9e944
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions website/content/api-docs/auth/approle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d9e944

Please sign in to comment.