From f5122647a4ace94fc319a19ce5a56a0832a25a42 Mon Sep 17 00:00:00 2001 From: lee-snyder133 Date: Mon, 24 Feb 2025 12:19:38 -0600 Subject: [PATCH] Update upload-api.md Under "Sample Request with Optional Params" I updated the tags parameter. It was missing a closing single quote. --- docs/testfairy/api-reference/upload-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testfairy/api-reference/upload-api.md b/docs/testfairy/api-reference/upload-api.md index 41f9874377..bd397f806a 100644 --- a/docs/testfairy/api-reference/upload-api.md +++ b/docs/testfairy/api-reference/upload-api.md @@ -145,7 +145,7 @@ curl https://app.testfairy.com/api/upload \ -F groups='friends,beta' \ -F notify='on' \ -F release_notes='stabilitty fixes, improvement in ui' \ - -F tags='production, english + -F tags='production, english' ```