---
title: "This endpoint moves an existing TOE from one risk relationship folder to another"
method: PUT
path: "/v1/toes/risk_relationships"
tags: ["Target Of Evaluation TOE"]
---

# This endpoint moves an existing TOE from one risk relationship folder to another

`PUT /v1/toes/risk_relationships`

User can move a TOE from one risk relationship folder to another by providing the toe_id and relationship folder slug in request. Relationship folder slug can be retrieved from [/v1/portfolio/risk_relationships_folders](#/Portfolio/getRiskRelationshipsFolders).

## Request body

- MoveToe
  - `toe_id` string, uuid, required — The unique identifier for the Target Of Evaluation (TOE).
  - `risk_relationship_slugs` string[], required — Risk relationship slugs which are returned from [/v1/portfolio/risk_relationships_folders](#/Portfolio/getRiskRelationshipsFolders)

## Response `200`

OK

- MoveToe
  - `toe_id` string, uuid, required — The unique identifier for the Target Of Evaluation (TOE).
  - `risk_relationship_slugs` string[], required — Risk relationship slugs which are returned from [/v1/portfolio/risk_relationships_folders](#/Portfolio/getRiskRelationshipsFolders)

## Other responses

- `400` — Something was wrong with the request
- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.
- `422` — The syntax of the request entity is correct, but server was unable to process the contained instructions.

---

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