commercetools / commercetools-api-reference

commercetools API reference documentation
http://docs.commercetools.com/
57 stars 27 forks source link

feat: add deleteDaysAfterLastModification field to api spec for project type #248

Closed zackpollard closed 3 years ago

zackpollard commented 3 years ago

The project type seems to be missing the deleteDaysAfterLastModification cart field

zackpollard commented 3 years ago

Hey @jenschude I noticed from commit history that you seem to be actively working on this. I am trying to update the commercetools terraform provider with this project level setting. To do that I need to update the go-sdk which relies on this API spec which is missing this field. Is it possible to get this PR merged in? I believe this is the only change I need to make but if there's other steps that need to be done please let me know, it's difficult to understand exactly what needs changing as there isn't any documentation. Thanks!

jenschude commented 3 years ago

As the API reference is now part of our documentation pipeline we can't add PRs any more directly to this repository. I opened a PR to our docs and once it's merged it will be made available in this public repository too.

Thanks for your contribution