You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ⚠️ **Like for update, only the owner of the data can delete an object. If you did not create this object you will have an error message** ⚠️
252
-
253
204
### <a name="get-object">Get object</a>
254
205
255
206
> 💡 Get requests can be performed either with an [OAuth token](#oauth-authentication) or with a [Session token](#authentication)
@@ -380,6 +331,14 @@ Response:
380
331
381
332
Since this requests a count as well as limiting to zero results, there will be a count but no results in the response. With a nonzero limit, that request would return results as well as the count.
382
333
334
+
### <a name="update-object">Update object</a>
335
+
336
+
⚠️ To ensure integrity of the log, developers are not allowed to modify objects they sent.
337
+
338
+
### <a name="delete-object">Delete object</a>
339
+
340
+
⚠️ Like for modification, developers are not allowed to modify objects they sent. If for some reasons you need to remove some objects, you should contact the administrators/
341
+
383
342
### <a name="app-details">Getting an app details from their ID</a>
384
343
385
344
When you consult data, each object will be returned with an attribute `applicationId`. If needed, it is possible to fetch the name and description of the app using the class `OAuthApplication`:
0 commit comments