Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Dec 19, 2023
1 parent b24cb50 commit 96a8512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/v3/api_token/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"delete_token": {
"description": "[Optional] The token to remove.",
"type": "string",
"pattern": "^\\w+$"
"pattern": "^[A-Za-z0-9\\s_*]+$"
},
"new_token": {
"description": "[Optional] The name of the created token.",
Expand Down

1 comment on commit 96a8512

@vercel
Copy link

@vercel vercel bot commented on 96a8512 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-api-docs – ./

deriv-api-docs.binary.sx
deriv-api-docs-git-master.binary.sx

Please sign in to comment.