From 3d5d3beb44b1eb35dd4febb3a73a9991c8b9a037 Mon Sep 17 00:00:00 2001 From: Cayke Date: Mon, 25 Sep 2023 15:59:56 -0300 Subject: [PATCH] minor fix --- source/integration.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/integration.html.md b/source/integration.html.md index 2fd0b0468c3..ca6676727f8 100644 --- a/source/integration.html.md +++ b/source/integration.html.md @@ -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' ```