We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410f260 commit 83c0dd3Copy full SHA for 83c0dd3
1 file changed
README.md
@@ -15,7 +15,7 @@ Check the [reference](https://scim2-cli.readthedocs.io/en/latest/reference.html)
15
Here is an example of resource creation:
16
17
```shell
18
-$ scim2 https://auth.example --header "Authorization: Bearer 12345" create user << EOL
+$ scim2 https://auth.example --headers "Authorization: Bearer 12345" create user << EOL
19
{
20
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
21
"userName": "bjensen@example.com"
0 commit comments