Skip to content

Commit

Permalink
Modified 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reingold Shekhtel authored and Reingold Shekhtel committed Dec 3, 2024
1 parent 2e37ac0 commit a012440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/openapi/apis/organizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ paths:
description: Provide search criteria for organizations.
tags:
- Organization
- Implemented
'/organizations/{org_id}':
get:
summary: Get organization information
Expand Down Expand Up @@ -733,6 +734,7 @@ paths:
$ref: ../models/SearchCriteriaRQ.yaml
tags:
- Organization Project
- Implemented
'/organizations/{org_id}/projects/{project_id}':
parameters:
- $ref: '#/components/parameters/organizationId'
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/models/Link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ properties:
description: The URI of the resource.
type:
type: string
description: The media type of the resource (e.g., 'application/json' or 'image/png').
description: 'The media type of the resource (e.g., ''application/json'' or ''image/png'').'
title:
type: string
description: A human-readable description of the link.
Expand Down

0 comments on commit a012440

Please sign in to comment.