Skip to content

fix(commands/api): replace `:id` placeholder with project ID

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

Description The :id placeholder in the api command is replaced by the project ID which makes sense instead of the URL encoded path.

Related Issue Closes #657 (closed)

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports