Skip to content

Commit

Permalink
Remove non-existant query parameter example
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Oct 6, 2024
1 parent 5812c5d commit 4d9b094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/components/codeSamples/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
get:
- lang: cURL
source: >-
curl -X GET "https://vrchat.com/api/1/jams?isActive={bool}&type={string}"
curl -X GET "https://vrchat.com/api/1/jams?type={string}"
/jams/{jamId}:
get:
- lang: cURL
Expand Down

0 comments on commit 4d9b094

Please sign in to comment.