|
361 | 361 | },
|
362 | 362 | "get": {
|
363 | 363 | "summary": "List User (find where)",
|
364 |
| - "description": "Find a list of **User** records that match the specified criteria.", |
| 364 | + "description": "_Alternate description_: Find a list of **User** records that match the specified criteria.\n", |
365 | 365 | "externalDocs": {
|
366 | 366 | "url": "https://somewhere.com/yep",
|
367 | 367 | "description": "Refer to these docs for more info"
|
|
1190 | 1190 | "/user/find": {
|
1191 | 1191 | "get": {
|
1192 | 1192 | "summary": "List User (find where) *",
|
1193 |
| - "description": "Find a list of **User** records that match the specified criteria.\n\n(\\*) Note that this is a [Sails blueprint shortcut route](https://sailsjs.com/documentation/concepts/blueprints/blueprint-routes#?shortcut-blueprint-routes) (recommended for **development-mode only**)", |
| 1193 | + "description": "_Alternate description_: Find a list of **User** records that match the specified criteria.\n\n\n(\\*) Note that this is a [Sails blueprint shortcut route](https://sailsjs.com/documentation/concepts/blueprints/blueprint-routes#?shortcut-blueprint-routes) (recommended for **development-mode only**)", |
1194 | 1194 | "externalDocs": {
|
1195 | 1195 | "url": "https://somewhere.com/yep",
|
1196 | 1196 | "description": "Refer to these docs for more info"
|
|
1272 | 1272 | "/user/find/{_id}": {
|
1273 | 1273 | "get": {
|
1274 | 1274 | "summary": "Get User (find one) *",
|
1275 |
| - "description": "Look up the **User** record with the specified ID.\n\n(\\*) Note that this is a [Sails blueprint shortcut route](https://sailsjs.com/documentation/concepts/blueprints/blueprint-routes#?shortcut-blueprint-routes) (recommended for **development-mode only**)", |
| 1275 | + "description": "_Alternate description_: Look up the **User** record with the specified ID.\n\n(\\*) Note that this is a [Sails blueprint shortcut route](https://sailsjs.com/documentation/concepts/blueprints/blueprint-routes#?shortcut-blueprint-routes) (recommended for **development-mode only**)", |
1276 | 1276 | "externalDocs": {
|
1277 | 1277 | "url": "https://somewhere.com/yep",
|
1278 | 1278 | "description": "Refer to these docs for more info"
|
|
2208 | 2208 | "/user/{_id}": {
|
2209 | 2209 | "get": {
|
2210 | 2210 | "summary": "Get User (find one)",
|
2211 |
| - "description": "Look up the **User** record with the specified ID.", |
| 2211 | + "description": "_Alternate description_: Look up the **User** record with the specified ID.", |
2212 | 2212 | "externalDocs": {
|
2213 | 2213 | "url": "https://somewhere.com/yep",
|
2214 | 2214 | "description": "Refer to these docs for more info"
|
|
0 commit comments