Skip to content

fix: `:id` placeholder in `api` command

Clement Sam requested to merge fix-id-placeholder-api into trunk

Using :id placeholder in api command fails with Project Not Found. This is caused by directly converting the int to rune before converting to string producing an ascii character ()

This PR fixes this issue.

Related to #657 (closed) #663

Merge request reports