# 26/06/2023: Maintenance

## :construction\_worker: Maintenance ( :loudspeaker: Breaking Change)

**Authorization token header change**

To facilitate a change in our server infrastructure, we have changed how we return all  Authorization JWT tokens from our Graph API. Where previously Authorization and Refreshed Authorization tokens were returned in the `Authorization` header as part of the response, it is now returned under the   `X-Authorization` header.

<mark style="background-color:red;">**This is a breaking change**</mark>

The old `Authorization` header will continue to be available, but will soon be subject to an end-of-life and removed from the response. New integrations should use the new `X-Authorization` header and existing integrations should be updated accordingly before the end of life period. This affects all integrations that authorise with our Graph API.

\
[`🧑‍💻`](https://emojiterra.com/technologist/)`Jules`

## &#x20;:wrench: Bug fixes&#x20;

**Champions page descriptions**

The descriptions on the Toggle Champions pages were displaying monetery values to one decimal place. These now display to two decimal places.&#x20;

[`🧑‍💻`](https://emojiterra.com/technologist/)`Tom F`

##


---

# 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://changelog.usetoggle.com/june-2023/26-06-2023-maintenance.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.
