Skip to content

Commit

Permalink
docs: fixed incorrect create tenant request body (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
hibikiledo authored Aug 28, 2024
1 parent d544a1e commit 9afe292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ curl --location 'http://<YOUR DOMAIN>:8001/tenants' \
"user_verification": "preferred",
"attestation_preference": "none",
"resident_key_requirement": "required"
},
"create_api_key": true
}
}
},
"create_api_key": true
}'
```
> **Note**: The result of the curl command will contain your **tenant id** (Field: `id`) and your **API key** (Field: `api_key.secret`).
Expand Down

0 comments on commit 9afe292

Please sign in to comment.