Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Authentication session ID. You can obtain it from the Auth Sessions tab in your project details.
Body
application/json
Update auth session 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 auth session if the current one is invalid or expired.
Example:
3
Number of attempts to check the validity of the auth session before recreating it.
Example:
3