Skip to main content
POST
/
workstreams
/
{id}
/
unarchive
Unarchive a workstream
curl --request POST \
  --url https://openlens.com/api/workstreams/{id}/unarchive \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Path Parameters

id
string<uuid>
required

Response

Successful response

ok
boolean
required