Skip to content

Commit

Permalink
Organization POST url corrected V1 -> V2 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgtz authored Jul 13, 2024
1 parent 15c9427 commit fd3dd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/organizations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ que es una llave secreta asociada a toda tu cuenta, la cual puedes encontrar en
<TabItem value="curl" label="cURL">

```bash
curl https://www.facturapi.io/v1/organizations \
curl https://www.facturapi.io/v2/organizations \
-H "Authorization: Bearer sk_user_API_KEY" \
-H "Content-Type: application/json" \
-d '{
Expand Down

0 comments on commit fd3dd7e

Please sign in to comment.