Skip to content

Commit 644702a

Browse files
authored
Update api_errors.md
1 parent 99fc220 commit 644702a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orcid-api-web/tutorial/api_errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This guide is to help diagnose any trouble you may be having with API calls. Bel
4646
|403| Access Denied |Check the URL of the request|--|
4747
|403|Forbidden: You are not the source of the work, so you are not allowed to update it|This is because you are trying to modify something that your API client did not put there in the first place ( if the user added an address for example you wouldn't be able to update it)|--|
4848
|403|If you get this an error with HTML tags and 'Oops an error happened!'. This is because you are using the Web URL not the api url. |Make sure your URL has 'api' at the start|
49-
|404|The resource was not found. |This means either the ORCID id or the put code were not found in the ORCID registry, make sure the ORCID id and the put code are correct|
49+
|404|The resource was not found. |This means either the ORCID id or the put code were not found in the ORCID registry, make sure the ORCID id and the put code are correct|`<?xml version="1.0" encoding="UTF-8" standalone="yes"?><error xmlns="http://www.orcid.org/ns/error"><response-code>404</response-code> <developer-message>404 Not Found: The resource was not found.</developer-message> <user-message>The resource was not found.</user-message> <error-code>9016</error-code> <more-info>https://members.orcid.org/api/resources/troubleshooting</more-info> </error>`
5050
|406| The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.| Check the header you are using. It should be either 'Accept: application/xml' or 'Accept: application/json' It also must match the content type header if provided.|--|
5151
|409| Conflict: The ORCID record is locked and cannot be edited. ORCID https://orcid.org/xxxx-xxxx-xxxx-xxxx| This record was flagged as violating ORCID's Terms of Use and has been hidden from public view.|--|
5252
|409|Conflict: You have already added this activity (matched by external identifiers.)|This one is quite explicit, the activity you are trying to add is already on the record|--|

0 commit comments

Comments
 (0)