Skip to content

Commit

Permalink
Removed vault attribution end point
Browse files Browse the repository at this point in the history
  • Loading branch information
vamshimupparaju committed Aug 30, 2023
1 parent b53c38f commit 720bfff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 648 deletions.
325 changes: 0 additions & 325 deletions openapi-schema-oneof-referenced-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39038,300 +39038,6 @@
]
}
},
"/analytics/engines/vault/v3/load/{batchId}": {
"post": {
"tags": [
"Vault Attribution Loader"
],
"summary": "Vault - External Attribution Loader",
"description": "This endpoint loads Vault External Attributions.",
"operationId": "vaultAttributionLoader",
"parameters": [
{
"name": "batchId",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"type": "object",
"properties": {
"file": {
"type": "string",
"format": "binary",
"nullable": true
}
}
},
"encoding": {
"file": {
"style": "form"
}
}
}
}
},
"responses": {
"200": {
"description": "Expected response, returns a status of operation along with errors and warnings if found any.",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
},
"X-FactSet-Api-RateLimit-Limit": {
"description": "Number of allowed requests for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Remaining": {
"description": "Number of requests left for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Reset": {
"description": "Number of seconds remaining till rate limit resets.",
"schema": {
"type": "string"
}
}
},
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/VaultAttributionLoaderResponseRoot"
}
}
}
},
"400": {
"description": "Bad Request",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
},
"X-FactSet-Api-RateLimit-Limit": {
"description": "Number of allowed requests for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Remaining": {
"description": "Number of requests left for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Reset": {
"description": "Number of seconds remaining till rate limit resets.",
"schema": {
"type": "string"
}
}
},
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ClientErrorResponse"
}
}
}
},
"401": {
"description": "Missing or invalid authentication.",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
}
}
},
"403": {
"description": "User is forbidden with current credentials",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
},
"X-FactSet-Api-RateLimit-Limit": {
"description": "Number of allowed requests for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Remaining": {
"description": "Number of requests left for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Reset": {
"description": "Number of seconds remaining till rate limit resets.",
"schema": {
"type": "string"
}
}
}
},
"406": {
"description": "Unsupported Accept header. Header needs to be set to application/json.",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
},
"X-FactSet-Api-RateLimit-Limit": {
"description": "Number of allowed requests for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Remaining": {
"description": "Number of requests left for the time window.",
"schema": {
"type": "string"
}
},
"X-FactSet-Api-RateLimit-Reset": {
"description": "Number of seconds remaining till rate limit resets.",
"schema": {
"type": "string"
}
}
}
},
"429": {
"description": "Rate limit reached. Wait till the time specified in Retry-After header value to make further requests.",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
},
"Retry-After": {
"description": "Time to wait in seconds before making a new request as the rate limit has reached.",
"schema": {
"type": "string"
}
}
}
},
"500": {
"description": "Server error. Log the X-DataDirect-Request-Key header to assist in troubleshooting.",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
}
}
},
"503": {
"description": "Request timed out. Retry the request in sometime.",
"headers": {
"X-DataDirect-Request-Key": {
"description": "FactSet's request key header.",
"schema": {
"type": "string",
"description": "FactSet's request key header."
}
},
"X-FactSet-Api-Request-Key": {
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication.",
"schema": {
"type": "string",
"description": "Key to uniquely identify an Analytics API request. Only available after successful authentication."
}
}
}
}
},
"x-are-multiple-success-responses-different": false,
"x-success-response-types": [
{
"status-code": "200",
"response-type": "VaultAttributionLoaderResponseRoot"
}
]
}
},
"/analytics/engines/vault/v3/calculations": {
"post": {
"tags": [
Expand Down Expand Up @@ -45959,37 +45665,6 @@
}
}
},
"VaultAttributionLoaderResponse": {
"type": "object",
"properties": {
"processId": {
"type": "string",
"description": "ProcessId."
},
"groupId": {
"type": "string",
"description": "GroupId."
},
"objectId": {
"type": "string",
"description": "ObjectId."
}
}
},
"VaultAttributionLoaderResponseRoot": {
"required": [
"data"
],
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/VaultAttributionLoaderResponse"
},
"meta": {
"type": "object"
}
}
},
"VaultCalculationParameters": {
"required": [
"account",
Expand Down
Loading

0 comments on commit 720bfff

Please sign in to comment.