What Do I Do If an Error Occurs When I Call an API?
If the URL of an SWR API contains an image name with a slash (/), an error may occur. Replace the slash with a dollar sign ($).
For example, an image named a/b belongs to organization c.
When you call an API to view the image information, replace GET /v2/manage/namespaces/c/repos/a/b with GET /v2/manage/namespaces/c/repos/a$b.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.