Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent fe86fc4 commit cd233b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,20 @@ components:
type: string
description: An array of URLs.
uniqueItems: true
AnchorText:
type: object
properties:
actual_prompt_template:
type: string
enabled:
type: boolean
max_characters:
type: integer
format: int32
model:
type: string
prompt_template:
type: string
BotifyCrawlImportRequest:
type: object
description: The Botify Crawl Import request
Expand Down Expand Up @@ -2012,6 +2026,8 @@ components:
InternalLinkRequest:
type: object
properties:
anchor_text:
$ref: '#/components/schemas/AnchorText'
items:
type: array
items:
Expand Down

0 comments on commit cd233b7

Please sign in to comment.