Interface IOrganizationsOpenapiSpec
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
Represents a collection of functions to interact with the API endpoints
public interface IOrganizationsOpenapiSpec
Methods
GetOrganizationOpenapiSpecAsync(string)
Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON
[Get("/organizations/{organizationId}/openapiSpec")]
Task<object> GetOrganizationOpenapiSpecAsync(string organizationId)
Parameters
organizationId
stringThe organization id
Returns
Exceptions
- ApiException
Thrown when fails to make API call