Workers

Update a worker

post/api/workers/{id}

Path parameters

idstring required

Request body

UpdateWorkerRequest required— unresolved $ref

Response

Updated worker

idstring required
createdAtstring date-time required
updatedAtstring date-time required
namestring required
descriptionstring nullable
statusstring nullable
lastRefreshedAtstring date-time nullable
{"stackTrail":"components:schemas:Workers:properties:team","oasType":"schema","type":"unknown","nullable":false}
teamIdstring required
{"stackTrail":"components:schemas:Workers:properties:flows","oasType":"schema","type":"unknown","nullable":false}
{"stackTrail":"components:schemas:Workers:properties:deployments","oasType":"schema","type":"unknown","nullable":false}
{"stackTrail":"components:schemas:Workers:properties:resources","oasType":"schema","type":"unknown","nullable":false}
{"stackTrail":"components:schemas:Workers:properties:integrations","oasType":"schema","type":"unknown","nullable":false}

Changes