Skip to main content

Reload Instance

PATCH 

https://{api2.codechat.dev}/api/v2/instance/:instanceId/reload

Authorization: Json Web Token

name: Json Web Tokentype: httpscheme: bearerbearerFormat: jwtdescription: It is an **HTTP** authentication scheme that involves security tokens called **bearer tokens**.

**BearerFormat:** JWTin: header

In cases of incompatibility or errors involving sessions, reload the instance and redo the request.

Request

Path Parameters

    instanceId stringrequired

    ID of the instance.

Responses

InstanceConnectResponse

Schema
    base64 stringrequired
    code stringrequired
curl -L -g -X PATCH 'https://{api2.codechat.dev}/api/v2/instance/:instanceId/reload' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://{api2.codechat.dev}
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!