Skip to content

Commit

Permalink
Horreum client updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Create or Update Pull Request Action committed Feb 17, 2025
1 parent 4634812 commit 87dc3fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/raw_client/api/schema_item_labels_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (m *SchemaItemLabelsRequestBuilder) Get(ctx context.Context, requestConfigu
}
return val, nil
}
// Post save new or update existing Label for a Schema
// Post save new or update existing Label for a Schema (Label id only required when updating existing one)
// returns a *int32 when successful
func (m *SchemaItemLabelsRequestBuilder) Post(ctx context.Context, body i24479a9d05b05b7c1efaeda9ae24aee51c8acc6f59ee3190ae7f0941a410c8a1.Labelable, requestConfiguration *SchemaItemLabelsRequestBuilderPostRequestConfiguration)(*int32, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
Expand All @@ -107,7 +107,7 @@ func (m *SchemaItemLabelsRequestBuilder) ToGetRequestInformation(ctx context.Con
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
// ToPostRequestInformation save new or update existing Label for a Schema
// ToPostRequestInformation save new or update existing Label for a Schema (Label id only required when updating existing one)
// returns a *RequestInformation when successful
func (m *SchemaItemLabelsRequestBuilder) ToPostRequestInformation(ctx context.Context, body i24479a9d05b05b7c1efaeda9ae24aee51c8acc6f59ee3190ae7f0941a410c8a1.Labelable, requestConfiguration *SchemaItemLabelsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
Expand Down
2 changes: 1 addition & 1 deletion pkg/raw_client/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "39C37A5A835A38E61C221E4EF731D30B9E07A76A0624E3D402879269BAC5F67422A555BD2405502DC7BB1408E41A66CFA55CA9B36FB2A5AFBB41A71B9904B676",
"descriptionHash": "B7F51F112F915850B38812593A91381A2B24F2C561942FAFD57CEBA59A80834B7311C04730D8E902F4AE5A6851152C52C6B6FDF8D2E219F46A178171AAF7D69A",
"descriptionLocation": "../../openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.22.3",
Expand Down

0 comments on commit 87dc3fd

Please sign in to comment.