Project-level settings for the API key currently in use (the project the key was issued under).
Summary
Functions
Returns settings for the current project.
Updates settings for the current project (e.g. :name).
Functions
@spec get(Zep.Client.t() | keyword()) :: {:ok, Zep.Schemas.Project.t()} | {:error, term()}
Returns settings for the current project.
@spec update( Zep.Client.t() | keyword(), keyword() ) :: {:ok, Zep.Schemas.Project.t()} | {:error, term()}
Updates settings for the current project (e.g. :name).