Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 1.09 KB

OrganizationsApi.md

File metadata and controls

39 lines (21 loc) · 1.09 KB

\OrganizationsApi

All URIs are relative to https://api.getlago.com/api/v1

Method HTTP request Description
update_organization PUT /organizations Update an existing Organization

update_organization

crate::models::Organization update_organization(organization_input) Update an existing Organization

Update an existing organization

Parameters

Name Type Description Required Notes
organization_input OrganizationInput Update an existing organization [required]

Return type

crate::models::Organization

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]