PUT/ng-cms/content/{projectId}/{typeKey}/{entryId}smart_toyAgentic spec

Update a content entry

Обновляет поля существующего элемента контента, возвращая обновленную запись.

Параметры запроса

projectIdstring
Обязательный

The unique identifier of the project (bucket)

typeKeystring
Обязательный

The key or ID of the content type

entryIdstring
Обязательный

The ID of the content entry to update

Тело запроса

UpdateContentEntryRequest
idstring
Обязательный

ID of the entry being updated

fieldsobject
Обязательный

Key-value map of field data. Keys must match the field keys defined in the content type schema.

Ответы

200Entry updated successfully.

тип: ApiResponse<boolean>

successbooleanIndicates whether the request was successful
resultbooleanAlways true on success
errorsErrorDetail[]List of errors (empty on success)
400Validation failed — fields do not satisfy the content type schema constraints.

тип: ApiResponse<T>

isValidbooleanAlways false for validation errors
validationErrorsValidationError[]List of validation failures
namestringField that failed validation
attemptedValueobjectThe value that was submitted
messagestringHuman-readable validation message
401Unauthorized. A valid bearer token is required.
404Not Found. No content entry or content type exists with the given ID or key.
412Precondition Failed. The project's current plan does not allow access to this resource, or payment is required to proceed.
500Unexpected server error.

тип: ApiResponse<T>

successbooleanAlways false
errorsErrorDetail[]List of server-side errors
correlationIdstringUnique ID for tracing the error
messagestringError message
stackstringStack trace (non-production only)

Исходный код

Референсные реализации этого эндпоинта — если поведение неочевидно, проще свериться с кодом, чем гадать.

Клиентские библиотеки

Официальные SDK для вызова этого метода из вашего кода — без ручной сборки запроса.

Konso.Clients.Cms
NuGet
dotnet add package Konso.Clients.Cms
Страница пакетаarrow_outward
@konso/cms-client
npm
npm install @konso/cms-client
Страница пакетаarrow_outward

Оставаясь на сайте, Вы даете свое согласие на использование файлов cookie