Skip to content

Commit

Permalink
Correct example to Get List of Enabled Cipher Suites
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf authored Aug 27, 2024
1 parent e6857e6 commit 65b9355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ List of:
## Example

```
curl -i -k -H "Accept: application/json" -u <user>:<password> -X GET https://<host>:<port>/api/v1/configuration/connector/ui/uiCipherSuites
curl -i -k -H "Accept: application/json" -u <user>:<password> -X GET https://<host>:<port>/api/v1/configuration/connector/ui/cipherSuites
```

Expand Down

0 comments on commit 65b9355

Please sign in to comment.