---
title: "Associate a TestCase with a Test"
method: PUT
path: "/testCases/{test_case_id}/binding/{test_id}"
tags: ["TestCase"]
---

# Associate a TestCase with a Test

`PUT /testCases/{test_case_id}/binding/{test_id}`

## Path parameters

- `test_case_id` string, required
- `test_id` string, required

## Response `204`

TestCase associated with Test successfully

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Entity not found
- `501` — Unknown error
- `default` — Unknown error

---

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