Skip to content

Update a Component folder

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/component_groups/:component_group_id

Update a specific component folder.

  • :space_id required number

    Numeric ID of a space

  • :component_group_id required number

    Numeric ID of the component group

  • component_group The Component Folder Object

    The component folder object

    Show child properties
    • name string

      Name of the group

    • parent_id number

      Numeric ID of the parent group

curl "https://mapi.storyblok.com/v1/spaces/656/component_groups/4123" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"component_group\":{\"name\":\"New Teaser Name\",\"parent_id\":123123}}"