Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PATCH /documents/{id} is not replacing specified metadata #24

Closed
reganwolfrom opened this issue Aug 3, 2022 · 1 comment
Closed

PATCH /documents/{id} is not replacing specified metadata #24

reganwolfrom opened this issue Aug 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@reganwolfrom
Copy link
Member

reganwolfrom commented Aug 3, 2022

Observed with tags property.

Example:

PATCH /documents/{id}
{
  "tags": [
    {
      "key": "author",
      "value": "Bacon"
    }
  ]
}

An upload URL is returned (to allow document itself to be updated), but the metadata (at least not tags) is not updated.

@reganwolfrom reganwolfrom added the bug Something isn't working label Aug 3, 2022
@mfriesen
Copy link
Member

fixed in 1.8.2

mfriesen added a commit that referenced this issue Aug 20, 2022
* #24 - PATCH /documents/{id} is not replacing specified metadata

* Upgraded dependencies

* Added ActionStatus of SKIPPED

* Fixed resetting Document Actions when document is updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants