Thanks for your input - I tried again on a single neuron using catmaid_rename_neuron and again had no luck:
```{r}
catmaid_get_neuronnames(skids = 16091, pid = 5, conn = server_auth)
```
```{r}
catmaid_rename_neuron(skids=16091, names="PFN", pid = 5, conn = server_auth)
```
Error in catmaid_fetch(path, include_headers = F, conn = conn, ...) : Internal Server Error (HTTP 500).
5. stop(http_condition(x, "error", task = task, call = call))
4. stop_for_status(req)
3. catmaid_fetch(path, include_headers = F, conn = conn, ...)
2. get_neuronid_for_skid(skids)
1. catmaid_rename_neuron(skids = 16091, names = "PFN", pid = 5, conn = server_auth)
You're probably right, I'll post this question to the CATMAID group to see if it's an API permission issue. Thanks!
Cheers,
Marcel