-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add R90 and fix version pulldown styling
- Loading branch information
1 parent
501a76d
commit 4f92fd4
Showing
6 changed files
with
7,419 additions
and
63 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ info: | |
license: | ||
name: BlueConic | ||
url: https://github.com/blueconic/openapi/blob/main/LICENSE.MD | ||
version: "89.0" | ||
version: "90.0" | ||
servers: | ||
- url: "https://{blueconicHostname}/rest/v2" | ||
description: The BlueConic server | ||
|
@@ -189,7 +189,7 @@ tags: | |
\ \ | ||
\ \ | ||
\ \ | ||
\ |\n| :--- | :--- |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\ | ||
\ |\n| :--- | :--- |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\ | ||
|date|Datetime in UTC when the event occurred. The date is in the https://www.ietf.org/rfc/rfc3339.txt\ | ||
\ format.| 2023-04-15T11:24:01.183Z \ | ||
\ \ | ||
|
@@ -198,16 +198,16 @@ tags: | |
\ \ | ||
\ \ | ||
\ \ | ||
\ |\n|username|(BlueConic) Identifier (email address) of the\ | ||
\ user who did the action.<br /><br />Value is empty for failed login attempts.|\ | ||
\ |\n|username|(BlueConic) Identifier (email address)\ | ||
\ of the user who did the action.<br /><br />Value is empty for failed login attempts.|\ | ||
\ [email protected] \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ |\n|objectType|Object of the action.| <ul><li>BLUECONIC_HOSTNAME</li><li>BLUECONIC_SUPPORT_ACCESS_SETTING</li><li>CHANNEL</li><li>CLEAN_UP_RULE</li><li>CONNECTION</li><li>DASHBOARD</li><li>DIALOGUE</li><li>DOMAIN_GROUPvGROUP</li><li>GROUP_TYPE</li><li>IP_RANGE</li><li>LANGUAGE</li><li>LIFECYCLE</li><li>LISTENER</li><li>MERGE_RULE</li><li>NOTEBOOK</li><li>OBJECTIVE</li><li>PLUGIN</li><li>PRIVACY_SETTING</li><li>PROFILE</li><li>PROFILE_PROPERTY</li><li>ROLE</li><li>SEGMENT</li><li>SINGLE_SIGN_ON_SETTING</li><li>SUPPORTED_LEGISLATION_ZONE</li><li>TRACKER</li><li>USER</li></ul>\ | ||
\ |\n|objectType|Object of the action.| <ul><li>BLUECONIC_HOSTNAME</li><li>BLUECONIC_SUPPORT_ACCESS_SETTING</li><li>CHANNEL</li><li>CLEAN_UP_RULE</li><li>CONNECTION</li><li>DASHBOARD</li><li>DIALOGUE</li><li>DOMAIN_GROUP</li><li>GROUP</li><li>GROUP_TYPE</li><li>IP_RANGE</li><li>LANGUAGE</li><li>LIFECYCLE</li><li>LISTENER</li><li>MERGE_RULE</li><li>NOTEBOOK</li><li>OBJECTIVE</li><li>PLUGIN</li><li>PRIVACY_SETTING</li><li>PROFILE</li><li>PROFILE_PROPERTY</li><li>ROLE</li><li>SEGMENT</li><li>SINGLE_SIGN_ON_SETTING</li><li>SUPPORTED_LEGISLATION_ZONE</li><li>TRACKER</li><li>USER</li></ul>\ | ||
\ |\n|objectId|<ul><li>Email address in case of a user. <ul><li>In the case of\ | ||
\ LOGIN_FAILED and a user tried to login with an invalid format email address,\ | ||
\ it could be that the user filled the password in the email address field. In\ | ||
|
@@ -226,15 +226,15 @@ tags: | |
\ \ | ||
\ \ | ||
\ \ | ||
\ |\n|objectName|<p>Human readable name of the object.</p><p>For\ | ||
\ Profiles, the name is determined by the first value that is not empty:</p><ol><li>fullname</li><li>email</li><li>BlueConic\ | ||
\ ID (UUID)</li></ol><p>For Users, the name is determined by the first value that\ | ||
\ is not empty:</p><ol><li>fullname</li><li>email</li></ol><ul><li>In the case\ | ||
\ of LOGIN_FAILED and a user tried to login with an invalid format email address,\ | ||
\ it could be that the user filled the password in the email address field. In\ | ||
\ that case, the objectName is empty.</li></ul><p>For groups, the name is the\ | ||
\ group id.</p><p><span>For PRIVACY_SETTING and SINGLE_SIGN_ON_SETTING, the objectName\ | ||
\ is the name(s) of the changed setting. E.g. Status, Identity_Provider_Issuer_URL_Entity_ID.</span></p><p>For\ | ||
\ |\n|objectName|<p>Human readable name of\ | ||
\ the object.</p><p>For Profiles, the name is determined by the first value that\ | ||
\ is not empty:</p><ol><li>fullname</li><li>email</li><li>BlueConic ID (UUID)</li></ol><p>For\ | ||
\ Users, the name is determined by the first value that is not empty:</p><ol><li>fullname</li><li>email</li></ol><ul><li>In\ | ||
\ the case of LOGIN_FAILED and a user tried to login with an invalid format email\ | ||
\ address, it could be that the user filled the password in the email address\ | ||
\ field. In that case, the objectName is empty.</li></ul><p>For groups, the name\ | ||
\ is the group id.</p><p><span>For PRIVACY_SETTING and SINGLE_SIGN_ON_SETTING,\ | ||
\ the objectName is the name(s) of the changed setting. E.g. Status, Identity_Provider_Issuer_URL_Entity_ID.</span></p><p>For\ | ||
\ BLUECONIC_SUPPORT_ACCESS_SETTING the objectName contains the new settings.</p><ul><li><p>`\"\ | ||
objects\" : [ {\"name\" : \"No Access\", \"id\" : \"none\" } ]` or</p></li><li\ | ||
\ ><p> `\"objects\" : [ {\"name\" : \"User name here\", \"id\" : \"[email protected]\"\ | ||
|
@@ -247,7 +247,7 @@ tags: | |
\ \ | ||
\ \ | ||
\ \ | ||
\ |\n|operation| Action performed on the object. \ | ||
\ |\n|operation| Action performed on the object.\ | ||
\ \ | ||
\ \ | ||
\ \ | ||
|
@@ -263,12 +263,12 @@ tags: | |
\ \ | ||
\ \ | ||
\ \ | ||
\ | <ul><li>CREATE</li><li>UPDATE</li><li>DELETE</li><li>EDITOR_RUN</li><li>READ</li><li>LOGIN</li><li>LOGIN_FAILED</li><li>LOGOUT</li><li>MANUAL_RUN</li><li>PASSWORD_RESET_REQUESTED</li><li>PASSWORD_CHANGE</li><li>SCHEDULED_RUN</li></ul>\ | ||
\ | <ul><li>CREATE</li><li>UPDATE</li><li>DELETE</li><li>EDITOR_RUN</li><li>READ</li><li>LOGIN</li><li>LOGIN_FAILED</li><li>LOGOUT</li><li>MANUAL_RUN</li><li>PASSWORD_RESET_REQUESTED</li><li>PASSWORD_CHANGE</li><li>SCHEDULED_RUN</li></ul>\ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \n|ipAddress| The source IP address from which the event was triggered.\ | ||
\ \n|ipAddress| The source IP address from which the event was triggered.\ | ||
\ \ | ||
\ \ | ||
\ \ | ||
|
@@ -290,8 +290,9 @@ tags: | |
\ \ | ||
\ \ | ||
\ \ | ||
\ |\n\ | ||
|application| The application that performed the audit event operation. \ | ||
\ \ | ||
\ |\n|application| The application that performed the audit event operation.\ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
|
@@ -305,16 +306,15 @@ tags: | |
\ \ | ||
\ \ | ||
\ \ | ||
\ | blueconic\ | ||
\ \ | ||
\ | blueconic\ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ \ | ||
\ |\n\ | ||
\n" | ||
\ |\n\n" | ||
- name: Interaction events | ||
description: "Page view, view, click, conversion events for profiles on a website.\ | ||
\ [Read more](https://support.blueconic.com/hc/en-us/articles/360020105614-Tracking-metrics-for-views-clicks-and-conversions#watch-the-video-analyzing-dialogues-the-metrics-0-0)." | ||
|
@@ -2097,24 +2097,28 @@ paths: | |
type: array | ||
items: | ||
type: string | ||
default: "" | ||
example: profile.timeline | ||
- name: properties | ||
in: query | ||
description: Only returns the given profile properties in the response. | ||
schema: | ||
type: string | ||
default: "" | ||
example: "email,fullname,visits" | ||
- name: eventTypeId | ||
in: query | ||
description: Filter returned timeline events for a specific type. Only one | ||
timeline event type ID is allowed. | ||
description: Filter returned timeline events for a specific type. | ||
schema: | ||
type: string | ||
format: uuid | ||
default: "" | ||
example: order | ||
- name: eventProperty | ||
in: query | ||
description: Filter returned timeline events for a specific type and specific | ||
event type properties. | ||
schema: | ||
type: string | ||
format: uuid | ||
example: order.orderline | ||
- name: eventCount | ||
in: query | ||
description: The maximum number of timeline events to return. | ||
|
@@ -2130,7 +2134,6 @@ paths: | |
zone offset "2023-01-01T00:00+05:00" | ||
schema: | ||
type: string | ||
default: "" | ||
example: 2023-01-22T11:21:33Z | ||
- name: toDate | ||
in: query | ||
|
@@ -2139,7 +2142,6 @@ paths: | |
offset "2023-01-01T00:00+05:00" | ||
schema: | ||
type: string | ||
default: "" | ||
example: 2023-03-05T12:00:00Z | ||
- name: collapse | ||
in: query | ||
|
@@ -2647,15 +2649,13 @@ paths: | |
\ articles / Seen products'." | ||
schema: | ||
type: string | ||
default: "" | ||
example: 640d01c7-1c30-4085-adf9-afad6560ec99 | ||
- name: storeId | ||
in: query | ||
description: The ID of the content store to get the items from. | ||
required: true | ||
schema: | ||
type: string | ||
default: "" | ||
example: 0693330e-679a-48db-b94f-a8921b76149e | ||
- name: itemId | ||
in: query | ||
|
@@ -2664,31 +2664,27 @@ paths: | |
result. | ||
schema: | ||
type: string | ||
default: "" | ||
- name: frequencyCap | ||
in: query | ||
description: The number of times an item can be recommended to a profile before | ||
being hidden from future recommendations. | ||
schema: | ||
type: integer | ||
format: int32 | ||
default: 0 | ||
example: 5 | ||
- name: imageWidth | ||
in: query | ||
description: Width of the images to return. | ||
schema: | ||
type: integer | ||
format: int32 | ||
default: 0 | ||
example: 100 | ||
- name: imageHeight | ||
in: query | ||
description: Height of the images to return. | ||
schema: | ||
type: integer | ||
format: int32 | ||
default: 0 | ||
example: 100 | ||
- name: manualViewCounting | ||
in: query | ||
|
Oops, something went wrong.