Recent content by PepiMK

  1. PepiMK

    API: How do I properly create versions with correct release date?

    The other fields (version & download link) are accepted, so it would be strange if that would have to do with GET vs. POST. Plus, GET only returns data, POST creates entries, and entries are created. So it's doing POST for sure. And based on the error being that only GET and DELETE are...
  2. PepiMK

    API: How do I change release dates?

    Thanks for moving it here, though the attempt to do this by an API call is simply my helplessness being unable to do so using the UI.
  3. PepiMK

    API: How do I change release dates?

    Again, based on the unfinished documentation, I tried to write code to fix broken release dates. What am I doing wrong, which endpoint do I need to use to change a resource version? protected function update_xenforo_resource_version_date(string $version_id, string $resource_id, int...
  4. PepiMK

    API: How do I properly create versions with correct release date?

    The documentation is a bit unfinished here, but I was able to post new releases. What doesn't work those is the release_date. The field is the same returned when reading released, and is the one in the documentation. How do I set the release date from the API when creating a new release...
  5. PepiMK

    Change Content Owner or Date

    Great, thank you! Any plans to make this work with the official Resource Manager as well? I want it to use real release dates instead of the dates I posted resources at.
Back
Top Bottom