From 65d631ab2cdb65b8b5fcdab4c7ae500e9bdd612a Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 18 Jun 2021 15:39:58 +0200 Subject: Implement the POST method for the server --- doc/webid-oidc.texi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc') diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi index 7d88aa7..8f08485 100644 --- a/doc/webid-oidc.texi +++ b/doc/webid-oidc.texi @@ -1248,6 +1248,27 @@ known @var{cause}). This warning is continuable every time it is raised. If the handler returns, then the group will be considered empty. @end deftp + +@deftp {exception type} &incorrect-containment-triples @var{path} +The client wanted to create or update a resource, and by that it tried +to change the containment triples at @var{path}. +@end deftp + +@deftp {exception type} &unsupported-media-type @var{content-type} +The client wanted to create a resource with the given +@var{content-type}, but it is not accepted, because @var{content-type} +is not recognized as an RDF content type. +@end deftp + +@deftp {exception type} &path-is-auxiliary @var{path} +The client wanted to create a resource that targets an auxiliary +resource, at @var{path}. +@end deftp + +@deftp {exception type} &forbidden @var{path} @var{user} @var{owner} @var{mode} +The @var{user} wanted to do something under @var{path} requiring +@var{mode}, but it is not the @var{owner} and it is forbidden by WAC. +@end deftp @node GNU Free Documentation License @appendix GNU Free Documentation License -- cgit v1.2.3