Skip to content

Commit

Permalink
Merge pull request #425 from catenax-ng/fix/missing-build-files
Browse files Browse the repository at this point in the history
chore: update autogenerated openApi file
  • Loading branch information
mhellmeier authored Oct 23, 2023
2 parents 4ccfb30 + 00a166a commit 4b3c50c
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions openApi/dt/discovery-finder-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,31 @@ info:
security:
- CatenaXOpenId:
- profile

servers:
- url: "{protocol}://{host_name}:{port}/api/{version_prefix}"
variables:
protocol:
description: Allows access through http and https (recommended)
default: http
enum:
- http
- https
host_name:
description: Hostname of server hosting the api
default: localhost
port:
description: "80 is default for http, 443 for https"
default: "443"
enum:
- "80"
- "443"
- "4243"
version_prefix:
default: v1.0
enum:
- v1.0
paths:
/api/administration/connectors/discovery:
/administration/connectors/discovery:
post:
tags:
- Finder
Expand All @@ -57,7 +79,7 @@ paths:
examples:
complete:
$ref: '#/components/examples/discovery-endpoint-result'
/api/administration/connectors/discovery/search:
/administration/connectors/discovery/search:
post:
tags:
- Finder
Expand All @@ -83,7 +105,7 @@ paths:
examples:
complete:
$ref: '#/components/examples/discovery-endpoint-search-result'
/api/administration/connectors/discovery/{resourceId}:
/administration/connectors/discovery/{resourceId}:
delete:
tags:
- Finder
Expand Down

0 comments on commit 4b3c50c

Please sign in to comment.