Skip to content

Commit

Permalink
updates AME
Browse files Browse the repository at this point in the history
  • Loading branch information
souf committed Feb 10, 2023
1 parent 55f6d2f commit 6346c86
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 261 deletions.
8 changes: 4 additions & 4 deletions ame/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ All URIs are relative to *https://anypoint.mulesoft.com/mq/admin/api/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**OrganizationsOrgIdEnvironmentsEnvIdRegionsRegionIdDestinationsExchangesExchangeIdDelete**](docs/DefaultApi.md#organizationsorgidenvironmentsenvidregionsregioniddestinationsexchangesexchangeiddelete) | **Delete** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |
*DefaultApi* | [**OrganizationsOrgIdEnvironmentsEnvIdRegionsRegionIdDestinationsExchangesExchangeIdGet**](docs/DefaultApi.md#organizationsorgidenvironmentsenvidregionsregioniddestinationsexchangesexchangeidget) | **Get** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |
*DefaultApi* | [**OrganizationsOrgIdEnvironmentsEnvIdRegionsRegionIdDestinationsExchangesExchangeIdPatch**](docs/DefaultApi.md#organizationsorgidenvironmentsenvidregionsregioniddestinationsexchangesexchangeidpatch) | **Patch** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |
*DefaultApi* | [**OrganizationsOrgIdEnvironmentsEnvIdRegionsRegionIdDestinationsExchangesExchangeIdPut**](docs/DefaultApi.md#organizationsorgidenvironmentsenvidregionsregioniddestinationsexchangesexchangeidput) | **Put** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |
*DefaultApi* | [**CreateAME**](docs/DefaultApi.md#createame) | **Put** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |
*DefaultApi* | [**DeleteAME**](docs/DefaultApi.md#deleteame) | **Delete** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |
*DefaultApi* | [**GetAME**](docs/DefaultApi.md#getame) | **Get** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |
*DefaultApi* | [**UpdateAME**](docs/DefaultApi.md#updateame) | **Patch** /organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId} |


## Documentation For Models
Expand Down
10 changes: 4 additions & 6 deletions ame/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ paths:
/organizations/{orgId}/environments/{envId}/regions/{regionId}/destinations/exchanges/{exchangeId}:
delete:
description: Delete an exchange
operationId: DeleteAME
parameters:
- description: The organization Id
explode: false
Expand Down Expand Up @@ -56,6 +57,7 @@ paths:
description: Success response
get:
description: Get details about an exchange
operationId: GetAME
parameters:
- description: The organization Id
explode: false
Expand Down Expand Up @@ -100,6 +102,7 @@ paths:
description: Success response
patch:
description: Modify an exchange's properties
operationId: UpdateAME
parameters:
- description: The organization Id
explode: false
Expand Down Expand Up @@ -155,6 +158,7 @@ paths:
description: Successfully created exchange
put:
description: Create exchange
operationId: CreateAME
parameters:
- description: The organization Id
explode: false
Expand Down Expand Up @@ -270,12 +274,6 @@ components:
encrypted:
title: encrypted
type: boolean
type:
title: type
type: string
exchangeId:
title: exchangeId
type: string
title: exchange
type: object
inline_response_404:
Expand Down
Loading

0 comments on commit 6346c86

Please sign in to comment.