Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayke committed Sep 25, 2023
1 parent 8c90550 commit 3d5d3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/integration.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Lembrando que nossa API é aberta e em ambos os casos é necessário informar a
> Exemplo de alteração do status do pedido:
```shell
curl --location --request GET 'https://api.instabuy.com.br/store/buys?id=61ae369c9974096e205ecf33&status=ib_invoice_issued' \
curl --location --request PUT 'https://api.instabuy.com.br/store/buys?id=61ae369c9974096e205ecf33&status=ib_invoice_issued' \
--header 'api-key: 5sLxK7hidl3LGCiDxyDNucbeY0OZEd99LKxXIT6l6zy' \
--header 'Content-Type: application/json'
```
Expand Down

0 comments on commit 3d5d3be

Please sign in to comment.