Uses of Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.content.ContentRequestBuilder.PutRequestConfiguration
Packages that use ContentRequestBuilder.PutRequestConfiguration
Package
Description
-
Uses of ContentRequestBuilder.PutRequestConfiguration in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.content
Method parameters in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.content with type arguments of type ContentRequestBuilder.PutRequestConfigurationModifier and TypeMethodDescriptionvoidContentRequestBuilder.put(VersionContent body, Consumer<ContentRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the content of a single version of an artifact.NOTE: the artifact must be in `DRAFT` status.Both the `artifactId` and the unique `version` number must be provided to identifythe version to update.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* Artifact version not in `DRAFT` status (HTTP error `409`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationContentRequestBuilder.toPutRequestInformation(VersionContent body, Consumer<ContentRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the content of a single version of an artifact.NOTE: the artifact must be in `DRAFT` status.Both the `artifactId` and the unique `version` number must be provided to identifythe version to update.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* Artifact version not in `DRAFT` status (HTTP error `409`)* A server error occurred (HTTP error `500`)