Skip to content

Commit 6ffbd82

Browse files
Erik MarrErik Marr
authored andcommitted
resolving copilot feedback
1 parent 06d07f7 commit 6ffbd82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/reporting/update-cycle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Update Cycle Status API
2+
title: Adobe Commerce Reporting Update Cycle Status API | Commerce Services
33
description: Retrieve the most recent update-cycle result for a Commerce Intelligence client, including job type, status, and timestamps.
44
keywords:
55
- Reporting
@@ -21,7 +21,7 @@ See the [Export API](./export-api.md) for exporting data; both APIs use the same
2121

2222
## Endpoint
2323

24-
`GET /client/{clientId}/fullupdatestatus`
24+
`GET /client/:clientId/fullupdatestatus`
2525

2626
### Path parameters
2727

@@ -81,7 +81,7 @@ curl -H "X-RJM-API-Key: $EXPORT_API_KEY" \
8181
| `lastCompletedUpdateJob.status.id` | integer | Terminal status identifier (for example, `4`). |
8282
| `lastCompletedUpdateJob.status.name` | string | Terminal status name (for example, `Completed Successfully`). |
8383
| `lastCompletedUpdateJobWithDataSync` | object \| null | Reserved for "Full Update + Data Sync" jobs; may be null if not applicable. |
84-
| `timezoneAbbreviation` | string | Client time-zone abbreviation (for example, `EST`). |
84+
| `timezoneAbbreviation` | string | Client time zone abbreviation (for example, `EST`). |
8585

8686
<InlineAlert variant="info" slots="text" />
8787

0 commit comments

Comments
 (0)