Skip to content

Commit bfc2c1a

Browse files
add-info-about-default-jobs-returned (#286)
1 parent 765d94a commit bfc2c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5597,7 +5597,7 @@ paths:
55975597
'/jobs-api/v3/accounts/{accountUid}/jobs':
55985598
get:
55995599
summary: List jobs within an account
5600-
description: List / search the jobs within an account.
5600+
description: List / search the jobs within an account. By default, only the last 50 jobs are returned. Use the <code>limit</code> and <code>offset</code> parameters to return more than 50 jobs. <a href="https://help.smartling.com/hc/en-us/articles/1260805176869-Pagination" target="_blank">Learn more.</a>
56015601
tags:
56025602
- Jobs
56035603
operationId: getJobsByAccount
@@ -5723,7 +5723,7 @@ paths:
57235723
'/jobs-api/v3/projects/{projectId}/jobs':
57245724
get:
57255725
summary: List jobs within a project
5726-
description: List / search the jobs within a project.
5726+
description: List / search the jobs within a project. By default, only the last 50 jobs are returned. Use the <code>limit</code> and <code>offset</code> parameters to return more than 50 jobs. <a href="https://help.smartling.com/hc/en-us/articles/1260805176869-Pagination" target="_blank">Learn more.</a>
57275727
tags:
57285728
- Jobs
57295729
operationId: getJobsByProject

0 commit comments

Comments
 (0)