All Verbs | /users/{UserId}/questionvotes/{QuestionId} | ||
---|---|---|---|
All Verbs | /users/{UserId}/answervotes/{AnswerId} |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
UserId | path | long | No | |
QuestionId | path | long? | No | |
AnswerId | path | long? | No | |
Direction | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /users/{UserId}/questionvotes/{QuestionId} HTTP/1.1
Host: redisstackoverflow.servicestack.net
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
UserId: 0,
QuestionId: 0,
AnswerId: 0,
Direction: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { }