Skip to main content
POST
/
codes
/
{version_id}
/
retry
retry failed code creation
curl --request POST \
  --url https://api.example.com/codes/{version_id}/retry \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

version_id
string
required

Body

application/json

Schema extraction failed for ContractFolderBody: Cannot generate a JsonSchema for core_schema.IsInstanceSchema (<class 'starlette.datastructures.UploadFile'>)

For further information visit https://errors.pydantic.dev/2.11/u/invalid-for-json-schema

Response

Successful Response

success
boolean
required