Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com>
  • Loading branch information
BinamB and paulineribeyre committed Mar 3, 2022
1 parent 0d6e757 commit f12392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ fence-create client-modify --client CLIENT_NAME --urls http://localhost/api/v0/o
That command should output any modifications to the client. Similarly, multiple URLs are
allowed here too.

Add `--append` argument to add new callback urls or allowed scopes to existing client using `--append --urls` or `--append --allowed-scopes`
Add `--append` argument to add new callback urls or allowed scopes to existing client (instead of replacing them) using `--append --urls` or `--append --allowed-scopes`
```bash
fence-create client-modify --client CLIENT_NAME --urls http://localhost/api/v0/new/oauth2/authorize --append
```
Expand Down

0 comments on commit f12392f

Please sign in to comment.