Skip to content

Commit

Permalink
Formatting and spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Dec 30, 2024
1 parent b8f5420 commit 9316d78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/guides/docgen/docgen-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ related_guides:
# Box Doc Gen jobs

A Box Doc Gen job runs when you make a request to generate a document.
The `document_generation_data` parameter in the the `POST` request is an array of entries that represent Box Doc Gen jobs run to generate a document.
The `document_generation_data` parameter in the `POST` request is an array of entries that represent Box Doc Gen jobs run to generate a document.

<Samples id='post_docgen_batches' />

Box Doc Gen API allows you to get information about the Box Doc Gen jobs.

## Prerequisites

Before you start using Box Doc Gen API, follow the steps listed in [getting started Box Doc Gen][docgen-prerequisites] to create a custom app and a Box Doc Gen template.
Before you start using Box Doc Gen API, follow the steps listed in the [get started with Box Doc Gen][docgen-prerequisites] guide to create a custom app and a Box Doc Gen template.

## List all Box Doc Gen jobs

Expand Down
2 changes: 1 addition & 1 deletion content/guides/docgen/docgen-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Box Doc Gen API allows you to retrieve information related to Box Doc Gen templa

## Prerequisites

Before you start using Box Doc Gen API, follow the steps listed in [getting started Box Doc Gen][docgen-prerequisites] to create a custom app and a Box Doc Gen template.
Before you start using Box Doc Gen API, follow the steps listed in the [get started with Box Doc Gen][docgen-prerequisites] guide to create a custom app and a Box Doc Gen template.

## List Box Doc Gen templates

Expand Down
2 changes: 1 addition & 1 deletion content/guides/docgen/generate-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `POST /2.0/docgen_batches` endpoint allows you to generate a document using

## Prerequisites

Before you start using Box Doc Gen API, follow the steps listed in [getting started Box Doc Gen][docgen-prerequisites] to create a custom app and a Box Doc Gen template.
Before you start using Box Doc Gen API, follow the steps listed in the [get started with Box Doc Gen][docgen-prerequisites] guide to create a custom app and a Box Doc Gen template.

## Send a request

Expand Down
2 changes: 1 addition & 1 deletion content/guides/docgen/mark-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can mark an existing document as a Box Doc Gen template and use it to genera

## Before you start

Before you start using Box Doc Gen API, follow the steps listed in [getting started Box Doc Gen][docgen-prerequisites] to create a custom app and a Box Doc Gen template.
Before you start using Box Doc Gen API, follow the steps listed in the [get started with Box Doc Gen][docgen-prerequisites] guide to create a custom app and a Box Doc Gen template.

## Send a request

Expand Down

0 comments on commit 9316d78

Please sign in to comment.