HTTP POSThttp://www.ipernity.com/api/doc.setPerms
api_key
|
∗ | Your api_key. |
doc_id
|
∗ | The ID of the document you wish to set permissions for. |
is_public
|
Set to 1 to flag this document as public, 0 to make it private. | |
is_family
|
Set to 1 to flag this document as family. | |
is_friend
|
Set to 1 to flag this document as friend. | |
share
|
Set the privacy level with one parameter. Values are :
is_public, is_family and is_friend flags are ignored.
|
|
perm_comment
|
The new permissions to comment on the document :
|
|
perm_tag
|
The new permissions to add a tag on the document :
|
|
perm_tagme
|
The new permissions to let a member add his personal member tag on the document :
|
This method only returns a status and a possible error code.
| 1 | The document ID is invalid or insufficient permissions to view this doc. | |
| 2 | One or many required arguments were not sent or have an invalid value. | |
| 100 | Please add the api_key parameter to this request. | |
| 101 | This API key is invalid or disabled. | |
| 102 | The requested format is invalid. Valid formats are : json, xml, php. | |
| 103 | The requested method is invalid or missing. | |
| 104 | The query signature is missing. | |
| 105 | The query signature is invalid. | |
| 106 | User is not logged. The authentication token is missing. | |
| 107 | The authentication token is invalid. | |
| 108 | The user account is closed or suspended. | |
| 109 | This action is blocked because of a member or a group blocklist restriction | |
| 110 | Insufficient permissions for this method. | |
| 111 | The request came from a remote address not allowed by this application. | |
| 112 | The application has reached its requests quota. | |
| 113 | The client IP has reached a limit. Limits are based on requests per seconds, minutes, hours, ... | |
| 120 | This API method must be called using HTTP POST. | |
| 121 | The SOAP envelope could not be parsed. | |
| 122 | The XML-RPC envelope could not be parsed. | |
| 500 | Service general error. | |
| 501 | Service under temporarily maintenance. Thank you for your kind understanding. | |
| 503 | The service is temporarily unavailable. Please try again in a few minutes. | |