- From: Andrei Sambra <andrei@fcns.eu>
- Date: Sun, 12 Aug 2012 11:40:26 +0200
- To: Dominik Tomaszuk <ddooss@wp.pl>
- CC: WebID <public-webid@w3.org>, public-rww <public-rww@w3.org>
On 08/12/2012 11:34 AM, Dominik Tomaszuk wrote: > With message body? If yes, what type is the content? > The content type doesn't really matter for successful requests, since all you should care about is whether the request was successful or not. I suppose I can use EARL for the cases where you require a boolean answer, and the request is not successful (so you have the reason for your failure). Andrei > On 11.08.2012 22:42, Andrei Sambra wrote: >> All successful requests return 200. >> >> ----- Reply message ----- >> From: "Dominik Tomaszuk" <ddooss@wp.pl> >> To: "Andrei Sambra" <andrei@fcns.eu> >> Cc: "WebID" <public-webid@w3.org>, "public-rww" <public-rww@w3.org> >> Subject: MyProfile REST API. >> Date: Sat, Aug 11, 2012 22:15 >> >> >> Andrei, >> >> On 10.08.2012 23:15, Andrei Sambra wrote: >> > Another example for deleting the cached copy of a profile: >> > >> > The request: >> > HTTP/1.1 DELETE >> > https://auth.my-profile.eu/profile/cache/?webid=<urlencoded WebID> >> > >> > Returns*: >> > Successfully deleted profile >> https://my-profile.eu/people/deiu/card#me. >> > >> > *for now, the operation will be performed only if the request is >> made by >> > profile owner, or on his/her behalf (!) >> What HTTP status code is returned when it is successful? 200 or 204? >> >> Cheers, >> Dominik >
Received on Sunday, 12 August 2012 09:40:52 UTC