Sign in

Unarchive entry

documented

Unarchive an entry.

POST /spaces/{space_id}/entries/{entry_id}/unarchiveEntriesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.contentful.com/spaces/{{$space_id}}/environments/{{$environment_id}}/entries/{{$entry_id}}/unarchive" \
  -X POST \
  -H "Authorization: Bearer {{CONTENTFUL_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"