Update a course
Perform a partial update of an Object identified by {courseId}or optionally a unique property value as specified by the idProperty query param. {courseId} refers to the internal object ID by default, and the idProperty query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
.+Query Parameters
The name of a property whose values are unique for this object type
Body
Represents the input required to create or update a CRM object, containing an object with property names and their corresponding values.
An object containing key-value pairs where each key is a property name and each value is a string representing the property's value.
Response
successful operation
A simple public object.
A boolean indicating whether this object is archived.
The date and time when this object was created, in ISO 8601 format.
The unique identifier for this object, represented as a string.
A map of property names to their values, where each value is a string.
The date and time when this object was last updated, in ISO 8601 format.
The date and time when this object was archived, in ISO 8601 format.
A string identifier used for tracing the write operations on this object.
A map of property names to their historical values, where each value is an array of objects containing the value and timestamp.
A string representing the URL associated with this object.
An array of warnings related to this object, where each warning contains a category, message, and context.