-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
-
False
-
-
-
November 2024 (Insights)
-
Important
URL where issue was found:
Description of issue:
There is a typo (additional comma) and the format of the code is incorrect, resulting in a failure when using/copying the request example. The correct example should be:
{
"name": "Inventory Export",
"format": "json",
"sources": [
{
"application": "urn:redhat:application:inventory",
"resource": "urn:redhat:application:inventory:export:systems"
}
]
}
The current example uses the wrong 'double quote' character:
