Is there any way to publish an update to a model (RBXM) using the Open Cloud API?

Attempted to do this and got this:

{
  "code": "INVALID_ARGUMENT",
  "message": "Creating Model from a application/octet-stream file is not supported yet."
}

Last post I saw about this was back in 2023. Is this still not a thing? I’m using this as we use a module loader for our system that I wish to automate publishing from GitHub Actions when the main branch is pushed.

1 Like