Is there any way to rename the bots? #2635
Answered
by
JustArchi
CosminGrigore1991
asked this question in
Support (English)
-
Hello. Is there any way to rename the bots after they are created? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
JustArchi
Jun 29, 2022
Replies: 1 comment 1 reply
-
There is ASF API endpoint, but it doesn't look like anything such as ASF-ui implements it. You can call it through swagger, but you can also do it manually.
That's all. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JustArchi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is ASF API endpoint, but it doesn't look like anything such as ASF-ui implements it. You can call it through swagger, but you can also do it manually.
config
directory.{yourBot}.
, where{yourBot}
is the name of the bot you want to change, and put there whatever name you want that is unused and other thanASF
.myname.json
andmyname.db
should be renamed tomyothername.json
andmyothername.db
, extensions are important for ASF. If you're on Windows and you do not see extensions, it might be a good idea to enable it in file explorer options.That's all.