Skip to content

Cannot correctly generate the input variable to the first portion of the API endpoint #1940

Closed

Description

ModuleId is the pre-requirement for invoking the other APIs, and as you can see from the "summary" comment, the code understand that this function is for \api\v1.0\modules({moduleId}). The problem is that Kiota cannot generate the function with ModuleId as the input.

        /// <summary>
        /// Builds and executes requests for operations under \api\v1.0\modules({moduleId})
        /// </summary>
        public ModulesWithModuleIdRequestBuilder ModulesWithModuleId()
        {
            return new ModulesWithModuleIdRequestBuilder(PathParameters, RequestAdapter);
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

fixedgeneratorIssues or improvements relater to generation capabilities.type:bugA broken experience

Type

No type

Projects

  • Status

    Done ✔️

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions