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
17
18
# UpdateQueueSlotRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**profile_id** | **String** |  | 
**queue_id** | Option<**String**> | Queue ID to update (optional) | [optional]
**name** | Option<**String**> | Queue name | [optional]
**timezone** | **String** |  | 
**slots** | [**Vec<models::QueueSlot>**]QueueSlot.md |  | 
**active** | Option<**bool**> |  | [optional][default to true]
**set_as_default** | Option<**bool**> | Make this queue the default | [optional]
**reshuffle_existing** | Option<**bool**> | Whether to reschedule existing queued posts to match new slots | [optional][default to false]

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