Summary
The user is trying to update a project via the REST API from a gRPC gateway but is receiving 200
responses with empty bodies, indicating no changes are made. They are questioning the availability of the update option and the inability to delete projects, suspecting it may be by design since projects can only be archived. The user has limited gRPC experience and references a GitHub link related to ProjectUpdateRequest
, noting they are using version 1.11
. They mention that while the update functionality exists, it does not have a separate message and instead uses the Project message. Additionally, they discuss their company's use of Crossplane to manage platforms, highlighting the need for specific methods in the REST-like API for proper functionality. They plan to debug why their PUT
requests are being ignored.