Fix: Replace Mocky.io with WSO2 dev-tools endpoint in Quick Start Guide [master]#10680
Fix: Replace Mocky.io with WSO2 dev-tools endpoint in Quick Start Guide [master]#10680wso2-engineering-bot wants to merge 1 commit intomaster-backupfrom
Conversation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
WalkthroughThis documentation update replaces a mock-service-based REST API creation workflow with a direct REST API creation approach in the API Manager quick-start guide. The example API metadata is updated, including renaming from HelloWorld to RandomUUID with corresponding endpoint and response payload changes throughout the guide. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@en/docs/get-started/api-manager-quick-start-guide.md`:
- Line 130: Fix the double space in the sentence within the API overview step:
locate the sentence "Once you click on the RandomUUID API, you will be
redirected to the API overview page. Then, go ahead and click on the **TRY
OUT** button." in en/docs/get-started/api-manager-quick-start-guide.md and
remove the extra space between "to" and "the" so it reads "redirected to the API
overview page." while keeping the rest of the sentence unchanged.
🧹 Nitpick comments (1)
en/docs/get-started/api-manager-quick-start-guide.md (1)
162-162: Tighten JSON example formatting.
Use standard JSON spacing to avoid confusion in copy/paste.Proposed fix
- You should see the `{"uuid" : "<random-uuid-here>"}` response from the API. + You should see the `{"uuid":"<random-uuid-here>"}` response from the API.
| 2. Click **Sign-In** and enter **`admin/admin`** as your credentials to sign in to the Developer Portal. | ||
|
|
||
| 3. Once you click on the HelloWorld API, you will be redirected to the API overview page. Then, go ahead and click on the **TRY OUT** button. | ||
| 3. Once you click on the RandomUUID API, you will be redirected to the API overview page. Then, go ahead and click on the **TRY OUT** button. |
There was a problem hiding this comment.
Fix double space in sentence.
Minor typo in “to the”.
Proposed fix
-3. Once you click on the RandomUUID API, you will be redirected to the API overview page. Then, go ahead and click on the **TRY OUT** button.
+3. Once you click on the RandomUUID API, you will be redirected to the API overview page. Then, go ahead and click on the **TRY OUT** button.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| 3. Once you click on the RandomUUID API, you will be redirected to the API overview page. Then, go ahead and click on the **TRY OUT** button. | |
| 3. Once you click on the RandomUUID API, you will be redirected to the API overview page. Then, go ahead and click on the **TRY OUT** button. |
🤖 Prompt for AI Agents
In `@en/docs/get-started/api-manager-quick-start-guide.md` at line 130, Fix the
double space in the sentence within the API overview step: locate the sentence
"Once you click on the RandomUUID API, you will be redirected to the API
overview page. Then, go ahead and click on the **TRY OUT** button." in
en/docs/get-started/api-manager-quick-start-guide.md and remove the extra space
between "to" and "the" so it reads "redirected to the API overview page." while
keeping the rest of the sentence unchanged.
This PR was automatically generated by Claude AI.
Summary by CodeRabbit