/  Yamcs HTTP API  /  Clients  /  Update Client

Update ClientΒΆ

Update a client

Warning

It is recommended to avoid using this method. It dates from a time when clients were not knowledgeable about Yamcs and their state had to be managed server-side. Nowadays we are favouring stateless APIs and leave state management entirely to the client software.

URI Template

PATCH /api/clients/{id}
{id}

Request Body

interface EditClientRequest {
  instance: string;
  processor: string;
}