POST
/
api
/
v1
/
admin
/
simulation
/
executive-digests
/
{digest_id}
/
dispatch
Dispatch Team Simulation Executive Digest
curl --request POST \
  --url https://api.jobsim.work/api/v1/admin/simulation/executive-digests/{digest_id}/dispatch \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

digest_id
string
required

Query Parameters

create_snapshot
boolean
default:true

Response

Successful Response