ver. 1926 (dbed1d0) services/apiref services/apisrv services/attrs services/caches services/caches/formatters services/caches/map services/caches/search services/caches/shortcuts services/logs services/logs/images services/oauth services/replicate services/users |
Change the properties of a geocache
|
|
||||
https://www.opencaching.de/okapi/services/caches/edit | ||||
This method allows your users to change properties of an owned geocache. Currently, only the log password can be changed. Let us know if you need to edit other geocache properties. |
||||
cache_code | required |
Code of the geocache. |
||
passwd | optional |
The new password for 'Found it' or 'Attended' log entries. If you supply an empty string, the password will be cleared, i.e. the geocache will not require a log password. You may query the maximum accepted password length for the OC site by services/apisrv/installation. There may also be installation-dependent restrictions on which geocaches may have passwords. success will be false and an explanation message will be returned if a password is rejected. |
||
langpref | optional |
Default value: en Pipe-separated list of ISO 639-1 language codes. This indicates the order of preference in which language will be chosen for the messages return value. |
||
format | optional | Standard common formatting argument. | ||
callback | optional | Standard common formatting argument. | ||
Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus required oauth_token for Token authorization. | ||||
Returned value: A dictionary of the following structure:
|