Skip to content

Commit

Permalink
fix: api type (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Sep 8, 2023
1 parent 8489e0d commit c1851fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tests.yaml
Expand Up @@ -28,7 +28,7 @@ components:
type: object
properties:
id:
type: integer
type: string
readOnly: true
name:
type: string
Expand Down Expand Up @@ -143,7 +143,7 @@ components:
type: object
properties:
id:
type: string
type: integer
readOnly: true
traceId:
type: string
Expand Down

0 comments on commit c1851fa

Please sign in to comment.