---
title: "POST /workflows/{workflowId}/requestDOIEditLink"
method: POST
path: "/workflows/{workflowId}/requestDOIEditLink"
tags: ["workflows"]
---

# POST /workflows/{workflowId}/requestDOIEditLink

`POST /workflows/{workflowId}/requestDOIEditLink`

Request an access link with edit permissions for the workflow's Dockstore DOIs. The DOI must have been created by Dockstore's Zenodo account.

## Path parameters

- `workflowId` integer, required

## Response `200`

Access link successfully created

- AccessLink
  - `created_at` string
  - `expires_at` string
  - `id` string
  - `permission` 'view' | 'preview' | 'edit'
  - `token` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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