v1

latestSwagger 2.02026-07-13285166341.1 KB
ContentDefinitions

Update a ContentDefinition

Updates a ContentDefinition. The body of the PUT is the updated ContentDefinition.
When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.

put/api/v2/ContentDefinitions/{contentDefinitionID}

Path parameters

contentDefinitionIDinteger required

The ID of the ContentDefinition to update

Request body

ContentDefinitionIDinteger

The ID of this content definition.

Namestring

The name of this content. Name must be valid for Attribute on PackageType.

TypeIDinteger

The type of content.

PackageTypeIDstring

Read Only. The ID of the package type used for this content.

Descriptionstring required

The description used on the package type in the AGCO Update System

Response

No Content