Skip to content

What's the difference between "/post/<uuid>" and "/post?<uuid>" #2457

Answered by robertwayne
2-3-5-41 asked this question in Questions
Discussion options

You must be logged in to vote

The second one is a Query Parameter - Dynamic Parameters in particular, which expect a key-value pair in the request.

To fix your issue, you would need to make your request as such: /post?uuid=your_uuid_here

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@2-3-5-41
Comment options

@robertwayne
Comment options

@2-3-5-41
Comment options

Answer selected by 2-3-5-41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants