Skip to content

Commit

Permalink
chore: update changedAfter description in openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed May 21, 2024
1 parent 927bd6d commit be74ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ paths:
type: string
- name: changedAfter
in: query
description: Response will only include concepts that has been changed after this date, format "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"
description: Response will only include concepts that has been changed after this date, format "yyyy-MM-dd'T'HH:mm:ss.SSSXXX". Note that it needs to be url-encoded, ie `+` -> `%2b`
required: false
schema:
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logging:
level.root: WARN
level.no: ${LOG_LEVEL:DEBUG}
level.no.fdk: ${LOG_LEVEL:INFO}
level.org.springframework: WARN
level.org.springframework.web: WARN
server:
Expand Down

0 comments on commit be74ea2

Please sign in to comment.