SubspaceProductAPI.Api.ProjectService.project_service_update

You're seeing just the function project_service_update, go back to SubspaceProductAPI.Api.ProjectService module for more information.
Link to this function

project_service_update(connection, id, opts \\ [])

Specs

project_service_update(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, SubspaceProductAPI.Model.V1Project.t()}
  | {:ok, Map.t()}
  | {:error, Tesla.Env.t()}

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • id (String.t): id is the project identity
  • opts (KeywordList): [optional] Optional parameters

    Returns

on success {:error, Tesla.Env.t} on failure