Skip to content

Commit

Permalink
Merge pull request #7 from crane-cloud/ft-group-experiments
Browse files Browse the repository at this point in the history
feat: add post experiments endpoint
  • Loading branch information
khalifan-kfan authored Dec 19, 2024
2 parents 20c5ca2 + bba0470 commit c4e1e75
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions api_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,29 @@ paths:
description: "Internal Server Error"

"/experiments":
post:
tags:
- experiments
consumes:
- application/json
produces:
- application/json
parameters:
- in: query
name: user_id
type: string
description: User id
- in: query
name: app_alias
type: string
description: app alias
responses:
200:
description: "App created successfully"
400:
description: "Bad request"
500:
description: "Internal Server Error"
get:
tags:
- experiments
Expand Down

0 comments on commit c4e1e75

Please sign in to comment.