Internal API inconsistent

Description of the feature request

I’m automating rolling builds with the internal API. The endpoints returns these responses:

{
	"message": "Addon already disconnected from app."
}
{
	"status": "ok"
}
{
	"error_msg": "Rolling builds addon not connected."
}

Why are there 3 names for message? I’d like consistency in the responses. :slight_smile:

Moved this into #issues:website-issues if you don’t mind @bootstraponline

We will of course fix this, but not in the “internal” / “non public” API. Not sure if this should still be a #feature-request , as there’s already API support for rolling builds which should cover/fix this once that’s released in the public API.

My goal is to move over to the public API as features become available. :slight_smile:

1 Like