Replies: 1 comment 4 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, right now I have an endpoint where I can upload images (following the file-upload-guide)
I also have an endpoint where I can create a message, a I have also made a relation to the image entity.
But If I now would like to send a message with an Image, I would have to make two requests.
Is there a way how I can make an endpoint that is wrapping the two endpoints together or what would you recommend?
Beta Was this translation helpful? Give feedback.
All reactions