Foundry Worker
'/foundry-workers'
POST
async create(
@requestBody({
content: {
'application/json': {
schema: {
type: 'object',
},
},
},
})
foundryWorker: DTO<FoundryWorker & User>,
): Promise<FoundryWorker>GET
'/foundry-workers/{id}'
GET
DEL
PATCH
Last updated