Skip to content

Commit

Permalink
Removed the ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed May 20, 2018
1 parent 836d302 commit 06f2ef0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions docs/rest_api/plugins/rpmdiff_resources/rpm_differences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ List RPM Differences
HTTP/1.1 200 OK
Content-Type: application/json


[
{
"differences": [
Expand All @@ -86,7 +85,6 @@ List RPM Differences
"state": "normal",
"waived": false
},
(...)
],
"id": 2,
"id_group": 2,
Expand Down Expand Up @@ -120,7 +118,6 @@ List RPM Differences
"time": "2018-04-20 12:18:26",
"type": "rpmdiff"
},
(...)
]

:query id: the RPM Comparison id
Expand Down Expand Up @@ -182,7 +179,6 @@ Get RPM Differences of one RPM Comparison
HTTP/1.1 200 OK
Content-Type: application/json


[
{
"differences": [
Expand All @@ -204,7 +200,6 @@ Get RPM Differences of one RPM Comparison
"state": "normal",
"waived": false
},
(...)
],
"id": 2,
"id_group": 2,
Expand Down
1 change: 0 additions & 1 deletion docs/rest_api/plugins/rpmdiff_resources/rpm_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ List RPM Groups
"time": "2018-04-20 12:19:19",
"type": "rpmdiff"
}
(...)
]

:query id: the Comparison Group id
Expand Down

0 comments on commit 06f2ef0

Please sign in to comment.