File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -95,19 +95,19 @@ This command accepts the following parameters:
95951. Filtering by OperationIds
9696
9797` ` ` bash
98- hidi transform -d files\P eople.yml -f yaml -o files\P eople.yml -v OpenApi3_0 --op users_UpdateInsights --co
98+ hidi transform -d files\P eople.yml -f yaml -o files\P eople.yml -v 3.0 --op users_UpdateInsights --co
9999` ` `
100100
1011012. Filtering by Postman collection
102102
103103` ` ` bash
104- hidi transform --openapi files\P eople.yml --format yaml --output files\P eople2.yml --version OpenApi3_0 --filter-by-collection Graph-Collection-0017059134807617005.postman_collection.json
104+ hidi transform --openapi files\P eople.yml --format yaml --output files\P eople2.yml --version 3.0 --filter-by-collection Graph-Collection-0017059134807617005.postman_collection.json
105105` ` `
106106
1071073. CSDL---> OpenAPI conversion and filtering
108108
109109` ` ` bash
110- hidi transform --csdl Files/Todo.xml --output Files/Todo-subset.yml --format yaml --version OpenApi3_0 --filter-by-operationids Todos.Todo.UpdateTodo
110+ hidi transform --csdl Files/Todo.xml --output Files/Todo-subset.yml --format yaml --version 3.0 --filter-by-operationids Todos.Todo.UpdateTodo
111111` ` `
112112
1131134. CSDL Filtering by EntitySets and Singletons
@@ -138,4 +138,5 @@ This command generates an OpenAI style Plugin manifest and minimal OpenAPI file
138138hidi plugin -m exampleApiManifest.yml -o mypluginfolder
139139` ` `
140140
141- > Run ` hidi plugin -h` to see all the available usage options.
141+
142+ > Run ` hidi plugin -h` to see all the available usage options.
You can’t perform that action at this time.
0 commit comments