What is the design pattern for uploading an image in a RESTful API?

What is the design pattern for uploading an image in a RESTful API?

I suspect it isn’t so much a pattern as “PUT image” (:-))

Just treat it as any other resource.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.