Skip to Content

TwentyThree™ API

API Method: /api/photo/section/update

Update a section within a video.

Parameters

ParameterDescription
photo_id (required) The ID of the video with the section.
section_id (required) The ID of the section to be updated.
start_time The specific time in seconds where you want the section to begin. The timestamp must med 0 or higher -- and cannot exceed the length of the video.
title (required) The title of the section
description (required) Description text for the section. The default value is an empty string.

Permission level

The minimum required permission level is:

write

Example XML Response

<response status="ok" permission_level="write" 
  message="The section was updated" cached="0"/>

Example JSON Response

{
  "status": "ok", 
  "message":"The section was updated",
  "permission_level":"write",
  "cached":"0",
  "photo":{},
  "p": "1",
  "size": "1",
  "site": { ... },
  "endpoint": "/api/photo/section/update"
}