Skip to content

Commit d24136a

Browse files
committed
Correct ReST syntax
ReST is picky on spacing and indentations. Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 438bcc6 commit d24136a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ Version v30.0.0
4646
replaced by query parameters on the main vulnerabilities/ endpoint when stabilized.
4747

4848
- Added filters for vulnerabilities endpoint to get fixed packages in accordance to the details given in filters:
49-
For example:
50-
- /api/vulnerabilities?type=pypi&namespace=foo&name=bar
51-
will give only fixed versioned purls of this type `pkg:pypi/foo/bar`
49+
For example, when you call the endpoint this way ``/api/vulnerabilities?type=pypi&namespace=foo&name=bar``,
50+
you will receive only fixed versioned purls of the type ``pypi``, namespace ``foo`` and name ``bar``.
5251

5352
- Package endpoint will give fixed packages of only those that
5453
matches type, name, namespace, subpath and qualifiers of the package queried.

0 commit comments

Comments
 (0)