HomeDev GuideRecipesAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Patch version

Patch an existing content item. If a content item with the provided key does not exist an error is returned. This API is experimental and may change in future releases.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The key of the content item that should be patched.

string
required

The version of the content that should be patched.

Query Params
string

The locale of the content that should be patched.

Body Params

The content information that should be patched.

properties
object

Properties as they are defined by corresponding component or content type.

string
required
length between 1 and 255

The display name of this content item.

date-time | null

Indicates a time when this content was published or should be published.

date-time | null

Indicates a time when this content expired or should expire.

string
enum

The status of this version of the content item.

Allowed:
date-time | null

Indicates a time when this content version should transition to published status. Must only be assigned when Status is set to Scheduled.

string | null

The key that identifies the container content that this content item belongs to.

string | null

The key that identifies the owner of this content. Content that is own by another content is also known as an asset.

string | null

A string that represents the segment that should be used when routing or generate routes to the current content instance.

date-time
composition
object

Specifies a node in a content composition.

Headers
boolean

Indicates that the content validation should be ignored.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json