Skip to content

Commit

Permalink
fix GET -> POST
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed May 30, 2023
1 parent 6e92473 commit cff4e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function ApiDocs() {
Get condition assignment
</Heading>
<Text>
<Badge colorScheme="blue">GET</Badge> /api/condition
<Badge colorScheme="green">POST</Badge> /api/condition
</Text>
<Text>
Get the next condition assignment in an experiment. The condition is a numerical value from 0 to n-1, where n
Expand Down

0 comments on commit cff4e79

Please sign in to comment.