Skip to content

Commit

Permalink
[Fix] Doc component/ns-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
devaquila committed May 3, 2022
1 parent 5eda02f commit c6a3707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentations/swagger/components/paths/component.json
Expand Up @@ -109,13 +109,13 @@
},
"example2": {
"summary": "Get ns-cms",
"description": "Get BlockCMS in english with 2 levels of children.<br/><br/>Specify in parameters : 'componentName' : 'ns-cms'<br/>'code' equals the block-cms code",
"value": {"lang":"en", "levels":2}
"description": "Get BlockCMS in english.<br/><br/>Specify in parameters : 'componentName' : 'ns-cms'<br/>'code' equals the block-cms code",
"value": {"lang":"en"}
},
"example3": {
"summary": "Get ns-menu",
"description": "Get menu.<br/><br/>Specify in parameters : 'componentName' : 'ns-menu'<br/>'code' equals the menu code",
"value": {"lang":"en"}
"description": "Get menu with 2 levels of children.<br/><br/>Specify in parameters : 'componentName' : 'ns-menu'<br/>'code' equals the menu code",
"value": {"lang":"en", "levels":2}
},
"example4": {
"summary": "Get ns-slider",
Expand Down

0 comments on commit c6a3707

Please sign in to comment.