zernio 0.0.445

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# VoteRedditThingRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**thing_id** | **String** | Reddit fullname of the target. Prefix \"t3_\" for a post and \"t1_\" for a comment. A bare id with no prefix is treated as a post (\"t3_\").  | 
**direction** | **Direction** | 1 to upvote, -1 to downvote, 0 to clear an existing vote (enum: 1, 0, -1) | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)