Subject: Unable to update server description via Application API
Hi, I'm currently trying to update the description of a server using the Application API (/api/application/servers/{id}/details), but it doesn't seem to work. The request returns success (200), but the description remains unchanged.
Here is what I'm doing:
Using the correct internal numeric server ID (not UUID).
Sending a PATCH request to /api/application/servers/{id}/details.
Including the current name and a new description in the JSON body.
Is description supported in this endpoint? I couldn't find clear documentation confirming it can be updated this way. If not, is there another way to set or update the description of a server via the API?