Skip to content

Commit

Permalink
docs: reformat settings code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 28, 2021
1 parent 4285dec commit cdbbf4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docs/self-service/flows/user-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,11 @@ the Settings Flow:

```shell script
$ curl -s -X GET \
-H "Authorization: Bearer $sessionToken" \
-H "Accept: application/json" \
'http://127.0.0.1:4433/self-service/settings/flows?id=14cbf9a7-0c71-46e9-b3b9-806cb7859145' | jq -r '.ui.nodes[] | select(.group=="oidc")'
-H "Authorization: Bearer $sessionToken" \
-H "Accept: application/json" \
'http://127.0.0.1:4433/self-service/settings/flows?id=14cbf9a7-0c71-46e9-b3b9-806cb7859145' | \
jq -r '.ui.nodes[] | select(.group=="oidc")'
{
"type": "input",
"group": "oidc",
Expand Down

0 comments on commit cdbbf4d

Please sign in to comment.