---
title: "PUT /resource-allocations/{id}"
method: PUT
path: "/resource-allocations/{id}"
tags: ["slash-resource-allocation"]
---

# PUT /resource-allocations/{id}

`PUT /resource-allocations/{id}`

## Path parameters

- `id` integer, required

## Request body

- UpdateResourceAllocationDto
  - `title` string
  - `departmentId` integer
  - `skillIds` integer[]
  - `internalCostPerHour` number, double
  - `billableRatePerHour` number, double
  - `dailyCapacityHours` number, double
  - `billableRatioTarget` number, double

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/versions/237f5bbd4029/schema)
