Skip to content

Commit

Permalink
Merge pull request #57 from adzerk/rs/33985
Browse files Browse the repository at this point in the history
Support includeArchived query param when list creative templates
  • Loading branch information
daveyarwood authored Aug 29, 2023
2 parents ad1fa89 + 0bd562a commit 6268381
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions management/openapi-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ paths:
application/json:
schema:
$ref: './schemas/ad.yaml#/schemas/Ad'
'/v1/flight/{flightId}/creatives':
'/v1/flight/{flightId}/creatives':
get:
tags:
- ads
Expand Down Expand Up @@ -832,6 +832,13 @@ paths:
type: integer
format: int32
nullable: true
- name: includeArchived
in: query
description: Set to `true` if you want to include archived templates
required: false
schema:
type: boolean
nullable: true
responses:
200:
description: A paged list of Creative Templates
Expand Down Expand Up @@ -2013,4 +2020,4 @@ components:
CreativeTemplateUpdate:
$ref: './schemas/creative-template.yaml#/schemas/CreativeTemplateUpdate'
securitySchemes:
$ref: './components/security-schemes.yaml#/components/securitySchemes'
$ref: './components/security-schemes.yaml#/components/securitySchemes'

0 comments on commit 6268381

Please sign in to comment.