Auth-Sessions
Update AuthSession - Start
Start updating an AuthSession.
POST
UpdateAuthSessionStart
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
The name you assigned when creating the Project.
Authentication session ID. You can obtain it from the AuthSessions tab in your project details.
Body
application/json
Update AuthSession input schema
The parameters to be passed to the API.
Example:
{
"param1": "value1",
"param2": 42,
"param3": true
}Proxy configuration for the job
Example:
"http://username:password@proxy.example.com:8080"
Number of attempts to create a new AuthSession if the current one is invalid or expired.
Example:
3
Number of attempts to check the validity of the AuthSession before recreating it.
Example:
3
UpdateAuthSessionStart