Replies: 1 comment 5 replies
-
|
Hi @pennan88 Do you have other parameters define at the path item level? Do you have other path items under /activity? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run Kiota generate, it changes the parameters every time, even though the file hasn't been modified. I observe the same behavior for both
generateandupdate. If I generate or update the file three times, the result will be inconsistent.public ActivityRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/activity/{?_embed*,_limit*,_sort*}", pathParameters)public ActivityRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/activity", pathParameters)public ActivityRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/activity/{?_embed*,_limit*,_sort*}", pathParameters)Beta Was this translation helpful? Give feedback.
All reactions