Skip to content

Restore an Idea

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/ideas/:idea_id/restore

This endpoint allows restoring an idea using the uuid. Use deleted idea’s id value for idea_id. This endpoint also restores the idea’s discussion comments.

  • :space_id required number

    Numeric ID of a space

  • :idea_uuid required string

    Numeric uuid of an idea

Example Request

curl "https://mapi.storyblok.com/v1/spaces/606/ideas/123ab45c-6d78-9101-11ef-213gh1i4j1k5" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "undefined"