SubspaceProductAPI.Api.AcceleratorService.accelerator_service_update
You're seeing just the function
accelerator_service_update
, go back to SubspaceProductAPI.Api.AcceleratorService module for more information.
Link to this function
accelerator_service_update(connection, id, body1, opts \\ [])
Specs
accelerator_service_update( Tesla.Env.client(), String.t(), SubspaceProductAPI.Model.Body1.t(), keyword() ) :: {:ok, SubspaceProductAPI.Model.V1Accelerator.t()} | {:ok, Map.t()} | {:ok, String.t()} | {:error, Tesla.Env.t()}
Parameters
- connection (SubspaceProductAPI.Connection): Connection to server
- id (String.t):
- body1 (Body1): Parameters to update an existing PacketAccelerator, minimum requirement of one of them defined to update
- opts (KeywordList): [optional] Optional parameters
on success {:error, Tesla.Env.t} on failure