wso2 / wso2/api-platform

Use a user provided handle instead of uuid when creating APIs

Open
#407 0 comments 0 reactions 1 assignee View on GitHub

@malinthaprasan is already working on this.

Since Dec 12, 2025.

Area/Management Aspect/API Type/Improvement
Dominant language
Go
Stars
71
Forks
111
Avg merge
1d 14h
Merged PRs (30d)
110

Description

Current Limitation

Currently APIs exposes the internal uuid when creating APIs etc. User cannot provide any value for the id. This id appears in URLs etc which is not good. It is better if we can have an id which is provided by user.

Suggested Improvement
  • Generate an id when the id is not provided based on the API name
  • If user provides an ID, use it
  • Validate the id for the uniqueness.
  • When generating, make sure the uniqueness of the ID
Version

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.