Fixed md file
This commit is contained in:
parent
e4508f779d
commit
e046ee68b0
|
@ -82,9 +82,13 @@ HTTP Methods
|
||||||
------------
|
------------
|
||||||
|
|
||||||
gCat is a pure RESTful service. It uses standard HTTP Methods to perform
|
gCat is a pure RESTful service. It uses standard HTTP Methods to perform
|
||||||
a listing of collections and CRUD (Create Read Update Delete) operations
|
listing of collections and CRUD (Create Read Update Delete) operations
|
||||||
on instances.
|
on instances.
|
||||||
|
|
||||||
|
:::{table} Supported operations
|
||||||
|
:align: center
|
||||||
|
:widths: grid
|
||||||
|
|
||||||
|
|
||||||
| Operation | HTTP Method | URL | Success HTTP Status | Safe | Idempotent |
|
| Operation | HTTP Method | URL | Success HTTP Status | Safe | Idempotent |
|
||||||
|-----------|-------------|-----|---------------------|------|------------|
|
|-----------|-------------|-----|---------------------|------|------------|
|
||||||
|
|
Loading…
Reference in New Issue