Skip to content

Commit

Permalink
Merge pull request #14 from mulesoft-anypoint/dev
Browse files Browse the repository at this point in the history
updates connected app spec
  • Loading branch information
soufi authored Jun 10, 2024
2 parents 822b26f + d2a365f commit cb7d4f0
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion spec/connected_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,30 @@ paths:
'200':
$ref: '#/components/responses/SuccessListConnApps'

/connectedApplications/{connAppId}:
parameters:
- name: connAppId
in: path
description: The ID of the connected app
required: true
schema:
type: string
get:
operationId: GetConnectedAppByIdOnly
description: Get a single connected application with connected app id and without organization id
parameters:
- in: query
name: includeUsage
description: flag to indicate whether to return usage statistics
required: false
schema:
type: boolean
responses:
'401':
$ref: '#/components/responses/UnauthorizedError'
'200':
$ref: '#/components/responses/SuccessGetConnApps'

/organizations/{orgId}/connectedApplications:
parameters:
- name: orgId
Expand All @@ -80,7 +104,6 @@ paths:
'201':
$ref: '#/components/responses/SuccessPostConnApps'


/organizations/{orgId}/connectedApplications/{connAppId}:
parameters:
- name: orgId
Expand Down

0 comments on commit cb7d4f0

Please sign in to comment.