Skip to content

Commit

Permalink
Merge pull request LivePersonInc#509 from le-infra/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Eden Kupermintz authored and GitHub Enterprise committed Sep 26, 2018
2 parents b37ad94 + 3164c47 commit e3b8708
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This section contains API details that are common to every API’s resource and
### Query Parameters

| Name| Description | Type | Required | Notes |
|----|----|----|----|----|----|
|----|----|----|----|----|
| v| API version| Double| Required | Validation fail error code: 400|
| select| Dynamic selection of the response fields.| YOGA 'gdata' dialect.| Optional | Validation error: 400 Non-existing field: no error, blank in response. Supported fields: any in response body|
| fields| List of required fields| Comma delimited list of strings| Optional | Validation fail error code: 400. Non existing field error code: 400. Supported fields: 1. enabled 2. data 3. categoriesIds 4. hot-key 5. type |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Retrieves a list of Predefined Content items from a specific account.

| Name | Description | Type | Notes |
|-----------------|------------------------------------------------------------------------------|---------|------------------------------------------------|
| v | API version | Double | Required, Default value: 2.0 Validation fail error code: 400 |
| fields | Response property type to include in the response entity. | Boolean | Deprecated - use select |
| field_set | Alias of response property types to include in the response entity. | Boolean | Deprecated - use select |
| include_deleted | Flag indicating whether deleted entities should be returned in the response. | Boolean | Valid values: True/False. Default value: False |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Changes Queries in Predefined Content data.

| Name | Description | Type | Required | Notes |
|---------------|-------------------------------------------|------------------------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| v | API version | Double | Required | Default value: 2.0 Validation fail error code: 400 |
| select | Dynamic selection of the response fields. | YOGA 'gdata' dialect. | Optional | Validation error: 400 Non-existing field: no error, blank in response Supported fields: any in response body |
| fields | List of required fields | Comma delimited list of strings | Optional | Validation fail error code: 400 Non existing field error code: 400 Supported fields: <br>• enabled <br>• data <br>• categoriesIds <br>• hot-key<br> • type |
| field_set | Predefined set of fields | Comma delimited list of strings | Optional | Default: summary Validation fail error code: 400 Non existing field error code: 400 Supported field_set values: <br>• all(id, deleted, enabled, data, categoriesIds, type, hot-key) <br>• summary(id, deleted, enabled, categoriesIds, type, hot-key) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Retrieves an Unified Automatic Message by ID for a specific account.
|Parameter| Description| Type| Notes|
|:----------| :--------------| :--------------| :---|
|accountId| LP site ID| string | Validation fail error code: 400 |
| unifiedAutoMessageId | Unique account config object ID | Positive long number greater than zero |
| unifiedAutoMessageId | Message event ID | string |

**Query Parameters**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Updates an existing Unified Automatic Message for a specific account.
| X-HTTP-Method-Override=PUT | Overrides unsupported HTTP methods. To be used with the 'PUT’ value. |
|Authorization | Contains token string to allow request authentication and authorization. |
| If-Match | Contains data revision as known by the client. Allows optimization of the backend, networking, and client resources utilization. |
| Content-Type | application/json |


**Request Body**
Expand Down

0 comments on commit e3b8708

Please sign in to comment.