Closed octokitbot closed 3 months ago
Updated descriptionHash in kiota-lock.json
The unique identifier in the project lock file (kiota-lock.json
) has been updated. This changed value guides the tool to understand if any project dependencies have been altered.
Adjusted data type of id in check_run.go
The kind of data the id
field can hold in the check_run.go
file has been expanded. It moved from a 32-bit number (int32) to a 64-bit number (int64). This change possibly allows for a larger range of identification values.
Updated Put
function documentation in item_item_contents_with_path_item_request_builder.go
The information regarding the Put
function (used to update objects) has been updated in the item_item_contents_with_path_item_request_builder.go
file. Specific mention of a type of error (BasicError for code 409
) that the function no longer returns has been removed from the explanations. This may improve overall understanding of the function's behavior.
Revised Post
function documentation in item_item_git_blobs_request_builder.go
The Post
function's (used to create objects) description in the item_item_git_blobs_request_builder.go
file was modified. A type of error (ValidationError for code 422
) the function previously returned is no longer included in the documentation. This simplifies the understanding of the function's operation for users.
The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.