Forcer un rebuild sans cache via useCache=false sur l'API Clever Cloud
This commit is contained in:
parent
18691d930e
commit
c84516e5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export const POST: APIRoute = async ({ request }) => {
|
|||
}
|
||||
|
||||
const response = await fetch(
|
||||
`https://api-bridge.clever-cloud.com/v2/organisations/${orgaId}/applications/${appId}/instances`,
|
||||
`https://api-bridge.clever-cloud.com/v2/organisations/${orgaId}/applications/${appId}/instances?useCache=false`,
|
||||
{
|
||||
method: 'POST',
|
||||
headers: { Authorization: `Bearer ${token}` },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue