Skip to content

Commit

Permalink
- changed comments in open api spec
Browse files Browse the repository at this point in the history
- changed tags for docker deployment to 2 digits like "v0.1"
  • Loading branch information
rherlt committed Aug 2, 2023
1 parent 6517974 commit 8841573
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags: [ 'v*.*' ]
pull_request:
branches: [ "main" ]

Expand Down
6 changes: 3 additions & 3 deletions api/evaluationapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ servers:
- url: '{protocol}://{environment}:{port}/api/'
variables:
protocol:
description: Protocol top ue for the messages.
description: Protocol to use for the messages.
default: http
enum:
- http
Expand All @@ -24,13 +24,13 @@ servers:
enum:
- localhost
port:
description: Port to be used. Local are 8080 (http) and 8443 (https).
description: Port to be used. Local ports are 8080 (http) and 8443 (https).
default: '8080'
enum:
- '8080'
- '443'
- '80'
- '8443'
- '8080'
tags:
- name: Response Evaluation
description: API for evaluating message responses.
Expand Down
58 changes: 29 additions & 29 deletions internal/api/evaluationapi/server.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8841573

Please sign in to comment.