Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #11375
Closed
Open
Issue created Jan 21, 2022 by Administrator@rootContributor

[Docs] Display use of colon for separating apis,models,supportingFiles

Created by: aderito7

Just came across this bit of documentation that had me confused for a little while

openApiGenerate {
    globalProperties = [
        apis: "",
        models: "User,Pet"
    ]
}

I've soon learnt that the separator that should be used is a colon and not comma (i.e. User:Pet and not User,Pet). If correct, was hoping this could be updated for any travelers arriving on the docs and spare them the head-scratching I endured.

Assignee
Assign to
Time tracking