Skip to content

Commit

Permalink
Deployed 0416a8f with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghankins committed Feb 7, 2025
1 parent cab790f commit 21f6e1b
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion howto/search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h2 id="operations">Operations</h2>
<h3 id="single-object">Single object</h3>
<p>To retrieve a single object you need to use this URL:<code>https://www.peeringdb.com/api/OBJ/ID</code> with this endpoint GET: <code>/api/OBJ/id</code>. The ID is a unique identifier and should be added to the URL when retrieving a single object. Let’s look at an example:<br />
- HTTP:<code>GET /api/OBJ/38</code> where 38 is the ID<br />
- curl: <code>curl -H "Accept: application/json" -X GET https://&lt;username&gt;:&lt;password&gt;@peeringdb.com/api/OBJ/38</code></p>
- curl: <code>curl -H "Accept: application/json" -X GET https://&lt;username&gt;:&lt;password&gt;@www.peeringdb.com/api/OBJ/38</code></p>
<p>There are optional parameters you can add to your URL:<br />
- <strong>str</strong>: which retrieves a comma separated list of field names - only matching fields will be returned in the data<br />
- <strong>int</strong>: which retrieves two nested sets and objects</p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,5 +403,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.2
Build Date UTC : 2025-02-06 21:11:54.041812+00:00
Build Date UTC : 2025-02-07 19:05:58.541323+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 21f6e1b

Please sign in to comment.