Skip to content

Commit

Permalink
note about not expected 403
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Dec 19, 2023
1 parent 89bd6b3 commit fc0c3a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/datastation/dv_dataset_edit_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ def main():
"--value author@authorName='the name' "
"--value author@authorAffiliation='the organization'. "
"Only repetitive compound fields are supported. "
"An attempt to update a protected field will result in '403 Client Error: Forbidden'. ")
"An attempt to update a protected field will result in '403 Client Error: Forbidden'. "
"You may also get a 403 when updating author details without updating the authorName. "
"The server logs will show the details of the error. ")
parser.add_argument('-q', '--quote_char', dest="quote_char", default='"',
help="The quote character for a CSV file. The default is '\"'. "
"The quoting style on the command line for repetitive fields "
Expand Down

0 comments on commit fc0c3a2

Please sign in to comment.