Skip to contents

Mirrors the post-upload CatMapperJS edit-page call to /updateWaitingUSES.

Usage

updateWaitingUSES(database, api_key = NULL, url = NULL)

Arguments

database

Target database, typically "SocioMap" or "ArchaMap".

api_key

API key used for authenticated write actions. If NULL, CATMAPR_API_KEY is used.

url

API URL override. If NULL, CATMAPR_API_URL is used when set.

Value

Parsed API response.

Examples

if (FALSE) { # \dontrun{
updateWaitingUSES(database = "SocioMap", api_key = Sys.getenv("CATMAPR_API_KEY"))
} # }