This is essentially a read only
API. That is, we only allow GET
(and HEAD
) requests on this API.
Requests of all other types will be rejected with appropriate 405
code, including POST
, PUT
, COPY
, HEAD
, DELETE
, etc.
This is essentially a read only
API. That is, we only allow GET
(and HEAD
) requests on this API.
Requests of all other types will be rejected with appropriate 405
code, including POST
, PUT
, COPY
, HEAD
, DELETE
, etc.