Skip to content

Commit

Permalink
TW-1192 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Dec 13, 2023
1 parent 1a9be16 commit 3db84a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routers/slise-ad-rules/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const sliseAdProvidersRouter = Router();
* post:
* summary: >
* Add providers of ads for which ads should be replaced at all sites. They will not be removed
* from lists of providers from specific sites.
* from lists of providers from specific sites. Checks for providers existence are not performed
* security:
* - basicAuth: []
* requestBody:
Expand Down Expand Up @@ -212,7 +212,9 @@ sliseAdProvidersRouter
* '500':
* $ref: '#/components/responses/ErrorResponse'
* post:
* summary: Add rules for providers of ads for the specified sites
* summary: >
* Add rules for providers of ads for the specified sites. They will not be removed from lists
* of providers from all sites. Checks for providers existence are not performed
* security:
* - basicAuth: []
* requestBody:
Expand Down

0 comments on commit 3db84a4

Please sign in to comment.