zernio 0.0.76

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
13
14
15
16
# PostLogRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content_preview** | Option<**String**> | First 200 chars of caption | [optional]
**media_count** | Option<**i32**> |  | [optional]
**media_types** | Option<**Vec<String>**> |  | [optional]
**media_urls** | Option<**Vec<String>**> | URLs of media items sent to platform | [optional]
**scheduled_for** | Option<**String**> |  | [optional]
**raw_body** | Option<**String**> | Full request body JSON (max 5000 chars) | [optional]

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