Skip to content
Snippets Groups Projects
Commit 1c9c921d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Removed outdated URLs and replaced by dummy URLs.

parent 832eca09
No related branches found
No related tags found
1 merge request!22DOC: Update and extend importance and inheritance
Pipeline #9238 passed
......@@ -115,7 +115,7 @@ Single-Get
.. code-block::
GET http://localhost:8122/mpidsserver/RecordType/1
GET http://localhost:8122/RecordType/1
*Response:*
......@@ -139,7 +139,7 @@ Multi-Get
.. code-block::
GET http://localhost:8122/mpidsserver/RecordType/1&2&3
GET http://localhost:8122/RecordType/1&2&3
*Response:*
......@@ -176,8 +176,8 @@ Get all
.. code-block::
GET http://localhost:8122/mpidsserver/RecordType/
GET http://localhost:8122/mpidsserver/RecordType
GET http://localhost:8122/RecordType/
GET http://localhost:8122/RecordType
*Response:*
......@@ -190,7 +190,7 @@ Get all
<?xml version="1.0" encoding="UTF-8"?>
<Response />
[View Ticket #2](http://dev.bmp.ds.mpg.de/heartdb/ticket/2)
[View Ticket #2](http://caosdb.example.com/caosdb/ticket/2)
POST Requests
......@@ -200,8 +200,8 @@ POST Requests
.. code-block::
POST http://localhost:8122/mpidsserver/RecordType/
POST http://localhost:8122/mpidsserver/RecordType/
POST http://localhost:8122/RecordType/
POST http://localhost:8122/RecordType/
Single-Post
^^^^^^^^^^^
......@@ -272,12 +272,12 @@ Multi-Post
DELETE RecordTypes
~~~~~~~~~~~~~~~~~~
HTTP-DELETE-requests are to be send to ``http://${host}:${port}/mpidsserver/RecordType/...``. Default port is 8123.
HTTP-DELETE-requests are to be send to ``http://${host}:${port}/RecordType/...``. Default port is 8123.
*Example*
.. code-block::
DELETE http://${host}:${port}/mpidsserver/RecordType/1&2&3&4
DELETE http://${host}:${port}/RecordType/1&2&3&4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment