You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ We will keep the details of your security vulnerability report private and only
16
16
17
17
To report a vulnerability, please *DO NOT* open a public Issue or Pull Request.
18
18
19
-
Please email your security vulnerability report to [email protected] along with your Github user name so that once we create a security advisory you may be added to it as a collaborator for further review.
19
+
Please email your security vulnerability report to [email protected] along with your GitHub username so that once we create a security advisory you may be added to it as a collaborator for further review.
20
20
21
21
We will review the advisory and work with you to find a suitable solution. We will publicly disclose the vulnerability once a patch is prepared and our community and partners have an easy path forward to apply the patch promptly. We will be sure to give you credit for the vulnerability discovery unless you request otherwise.
| 400 Bad Request | Resource data before validation error.<br>Resource data invalid.<br>The request data is invalid.<br>Resource collection paging error.<br>The paging limit exceeds the allowed number.<br>Resource collection ordering error.<br>Resource collection filtering error.<br>Resource collection including additional attributes error. |
17
+
| 403 Forbidden | Access denied. |
18
+
| 404 Not Found | Resource not found. |
19
+
| 405 Method Not Allowed | Resource does not support method.<br>Resource method not implemented yet. |
Copy file name to clipboardExpand all lines: docs/content/api/rest/get_filters.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ _JSON responses on this page contributed by Tim Reynolds._
4
4
5
5
Some requests use GET parameters in the URL. These are as follows:
6
6
7
-
## filter
7
+
## `filter`
8
8
9
9
Specifies the filters for returned data.
10
10
11
-
## page
11
+
## `page`
12
12
13
13
Specifies the page number which items will be returned.
14
14
15
15
!!! example
16
16
```
17
17
https://om.ddev.site/api/rest/products?page=1
18
18
```
19
-
## order, dir
19
+
## `order`, `dir`
20
20
21
21
Specifies the sort order of returned items and the order direction: `asc` - returns items in the ascending order; `dsc` - returns items in the descending order.
22
22
@@ -25,7 +25,7 @@ Specifies the sort order of returned items and the order direction: `asc` - retu
0 commit comments