Update a renderer
Log in to add to favouritesPUT/api/management/projects/{projectId}/renderers/{rendererId}
Parameters
Name | Parameter type | Type | Description |
---|---|---|---|
projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
rendererId(required) | path | string | The renderer identifier |
Responses
Examples
PUT: /api/management/projects/movieDb/contenttypes/top-movie-listing
{
"name": "Latest top 10 movies",
"description": "Renders the latest top 10 movies ordered by release date",
"assignedContentTypes": ["landingPage"],
"rules": [
{
"return": {
"blockId": "movie-listing",
"endpointId": null
}
}
],
"version": {
"versionNo": "2.0"
}
}