# Mudança response HTTP /delivery

Informamos que alteraremos o response **HTTP** da requisição para o endpoint:

```
https://api.skyhub.com.br/orders/{code}/delivery
```

&#x20;O response que recebem é **HTTP 201**, passaremos a disponibilizar o **HTTP 204** como resposta, que é o mais aderente para a requisição feita.

{% hint style="warning" %}

* Verifique se existe alguma ação na qual envia a mesma requisição para a SkyHub, ajuste para que não faça requisições com a mesma informação. Envie uma nova requisição somente se existir informação diferente para o pedido;
* Outro ponto a analisar se existe alguma ação em sua integração com a SkyHub que está vinculada exclusivamente aguardando este response HTTP 201, caso esteja realize a mudança para HTTP 204, assim manterá a integração consistente.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desenvolvedores.skyhub.com.br/comunicados/comunicados-2021/mudanca-response-http-delivery-prazo-limite-26-07-21.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
