Skip to content

Commit

Permalink
chore: commit updated api specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Oct 16, 2024
1 parent 3904f84 commit 7a44e7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/apps-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@ components:
description: Price.
leadPictureId:
type: string
description: Lead pircture Id.
description: Lead picture Id.
format: uuid
useCases:
type: array
Expand Down
9 changes: 9 additions & 0 deletions docs/api/services-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2362,6 +2362,11 @@ components:
provider:
type: string
description: Provider of the app.
leadPictureId:
type: string
description: Lead picture Id.
format: uuid
nullable: true
contactEmail:
type: string
description: Contact email address.
Expand Down Expand Up @@ -2496,6 +2501,10 @@ components:
nullable: true
provider:
type: string
leadPictureId:
type: string
format: uuid
nullable: true
contactEmail:
type: string
nullable: true
Expand Down

0 comments on commit 7a44e7a

Please sign in to comment.