altinn-studio icon indicating copy to clipboard operation
altinn-studio copied to clipboard

Api to update text resource

Open RonnyB71 opened this issue 1 year ago • 1 comments

Description

Today Studio frontend does a POST request to designer/{org}/{repo}/Text/SaveResource/nb

Create a new endpoint for doing a PUT request to /designer/api/v2/{org}/{repo}/texts/{languageCode} that updates the specified language.

Additional Information

Should discuss whether a PUT should return the updated file in the response or just a 204 No Content. The PUT'ed content should equal on the on disk version so don't see any need to include it in the response.

Tasks

No response

Acceptance Criterias

  • [ ] New endpoint implemented
  • [ ] New endpoint is covered by unit/integration tests
  • [ ] The selected text file with the matching language code should be updated
  • [ ] The http response should be either 200 (with payload) or 204 (without payload)

RonnyB71 avatar Aug 22 '22 10:08 RonnyB71

cc: @mjulstein @andrealouisestanderen

RonnyB71 avatar Aug 22 '22 10:08 RonnyB71

Solved by issue #8889

standeren avatar Sep 19 '22 13:09 standeren