Skip to content

Commit

Permalink
summary
Browse files Browse the repository at this point in the history
  • Loading branch information
melissag-ensemble committed May 14, 2024
1 parent 9bf1009 commit 25e6a5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/openapi/segmentation2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ paths:
example: 60ccea95-1435-4180-97a5-58af4aa285ab
responses:
204:
summary: short
description: The audience was successfully deleted. No message is returned upon a successful response.
content:
application/json:
Expand Down Expand Up @@ -518,6 +519,7 @@ paths:
title: The audience entity 4afe34ae-8c98-4513-8a1d-67ccaa54bc05 is not found. Use a valid entity and try again.
status: 404
500:
summary: short
description: An attribute based access control validation error ocurred.
content:
application/json:
Expand Down Expand Up @@ -710,6 +712,7 @@ paths:
- code: 404
message: Not found.
400:
summary: short
description: An invalid number of IDs was requested. This value **must** be greater than 100 and less than 1000.
content:
application/json:
Expand Down Expand Up @@ -1022,6 +1025,7 @@ paths:
description: Access is forbidden.
content: {}
422:
summary: short
description: The segment definition already exists. In order to update a segment definition, use the PATCH operation instead.
content: {}
503:
Expand Down Expand Up @@ -1189,6 +1193,7 @@ paths:
required: false
responses:
207:
summary: short
description: The details of each segment definition are returned. The sample response has been truncated to show only the details for the first segment definition.
content:
application/json:
Expand Down Expand Up @@ -1516,12 +1521,14 @@ paths:
schema:
$ref: '#/components/schemas/SegmentJob'
400:
summary: short
description: The segment job request could not be posted. Double check your request body content.
content: {}
403:
description: Access is forbidden.
content: {}
429:
summary: short
description: There are too many segmentation jobs in processing at the moment. Try again at a later time.
content: {}
500:
Expand Down Expand Up @@ -2015,6 +2022,7 @@ paths:
example: 100
responses:
200:
summary: short
description: The results of the preview job have been successfully retrieved.
content:
application/json:
Expand Down Expand Up @@ -2252,6 +2260,7 @@ paths:
type: string
responses:
204:
summary: short
description: (No content) The schedule was deleted successfully deleted.
content: {}
403:
Expand Down Expand Up @@ -2306,6 +2315,7 @@ paths:
description: Access is forbidden.
content: {}
429:
summary: short
description: There are too many schedule update requests processing at the
moment. Try again at a later time.
content: {}
Expand Down Expand Up @@ -2472,6 +2482,7 @@ paths:
example: porshe911_id
responses:
200:
summary: short
description: Taxonomic information associated with an entityId. This returns an array of folders that contain the search object, the first element of the array is the root folder and last element of the array is search object's parent folder.
content:
application/json:
Expand Down

0 comments on commit 25e6a5a

Please sign in to comment.