[FEAT]: Some required API parameters could be made clearer in the SDK #26
Labels
Type: Design Considerations
Anything from maintainers/contributors that will help shape this SDK
Type: Feature
New feature or request
Describe the need
I'm assuming this might require changes in Kiota, so I don't know if this is even the correct place to file this feature request. The API specifies that
tag_name
is a required parameter for creating a release. Yet, this is not apparent from theReleasesRequestBuilder.PostAsync(ReleasesPostRequestBody, [...])
method sinceReleasesPostRequestBody.TagName
is marked as nullable when it should probably be non-nullable and maybe evenrequired
. Alternatively, it could be promoted to a required parameter of thePostAsync()
method.SDK Version
v0.0.3
API Version
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: