Skip to content

Commit

Permalink
updated api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
iresharma committed Aug 14, 2023
1 parent 4786829 commit 47a70e3
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,18 +622,11 @@ paths:
schema:
type: string
example: "Bearer API_KEY"
requestBody:
content:
application/json:
schema:
type: object
properties:
userId:
type: string
recipeUserId:
type: string
tenantId:
type: string
- name: recipeUserId
in: query
required: true
schema:
type: string
responses:
200:
description: Success
Expand Down

0 comments on commit 47a70e3

Please sign in to comment.