For the complete documentation index, see llms.txt. This page is also available as Markdown.

Edit service version

Edit an existing service version without creating a new version.

PUT /{tenant}/api/v3/folders/{folder}/services/{service}/updateversion/{versionId}

Authorization

Path parameters

Key
Value

tenant *

Tenant is part of your Log in to Spark URL and also available in the User menu.

folder *

Folder associated with the request.

service *

Service associated with the request.

versionId *

version_id of the Spark service version.

Request body

Content-Type: application/json

Key
Value

request_data.description *

Text field to describe the service version.

request_data.release_note *

Text field to describe the purpose of the upload.

request_data.version_label *

Text field that attaches to version numbers across the Spark user interface.

request_data.tags *

Comma separated list of tags. If tags are required, then at least one tag must be supplied. Example: abc,def

request_data.effective_start_date *

Timestamp to set the parameters for the

Manage service versions and effective dates capability. Use Timestamp Converter to convert dates to ISO 8601. Example: 2026-01-19T16:05:23.517Z

request_data.effective_end_date *

Timestamp to set the parameters for the

Manage service versions and effective dates capability. By default, the Spark UI will use the current date and time for this value. Use the Timestamp Converter to convert dates to ISO 8601. Example: 2126-01-19T16:05:23.517Z

request_data.book_properties

Array of objects containing property name and value to modify.

Sample response

HTTP 200 OK Content-Type: application/json

Last updated