class Aws::APIGateway::Types::UpdateDocumentationPartRequest

Updates an existing documentation part of a given API.

@note When making an API call, you may pass UpdateDocumentationPartRequest

data as a hash:

    {
      rest_api_id: "String", # required
      documentation_part_id: "String", # required
      patch_operations: [
        {
          op: "add", # accepts add, remove, replace, move, copy, test
          path: "String",
          value: "String",
          from: "String",
        },
      ],
    }

@!attribute [rw] rest_api_id

\[Required\] The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] documentation_part_id

\[Required\] The identifier of the to-be-updated documentation part.
@return [String]

@!attribute [rw] patch_operations

A list of update operations to be applied to the specified resource
and in the order specified in this list.
@return [Array<Types::PatchOperation>]

Constants

SENSITIVE