Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
1c9c921d
Commit
1c9c921d
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Removed outdated URLs and replaced by dummy URLs.
parent
832eca09
No related branches found
No related tags found
1 merge request
!22
DOC: Update and extend importance and inheritance
Pipeline
#9238
passed
3 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/specification/RecordType.rst
+9
-9
9 additions, 9 deletions
src/doc/specification/RecordType.rst
with
9 additions
and
9 deletions
src/doc/specification/RecordType.rst
+
9
−
9
View file @
1c9c921d
...
...
@@ -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/heart
db/ticket/2)
[View Ticket #2](http://
caosdb.example.com/caos
db/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment