---
title: "Move a creator in a Dataset's list of creators."
method: PUT
path: "/datasets/{id}/creator/reorder"
tags: ["datasets"]
---

# Move a creator in a Dataset's list of creators.

`PUT /datasets/{id}/creator/reorder`

Takes the UUID of the dataset, the creator to move (a String) and the
new position of the creator in the overall list of creators.

## Path parameters

- `id` string, required

## Query parameters

- `creator` string, required
- `newPos` integer, required

## Response `200`

OK

---

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