Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_includes/accs-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The schemas documented here are autogenerated from an instance of Adobe Commerce as a Cloud Service.
The schema documented here is autogenerated from an instance of Adobe Commerce as a Cloud Service.

The base format for Adobe Commerce as a Cloud Service REST endpoint URLs is:

Expand Down
6 changes: 3 additions & 3 deletions src/openapi/accs-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ swagger: '2.0'
info:
version: 'Production'
title: Adobe Commerce SaaS
description: The schemas documented here are autogenerated from an instance of Adobe
Commerce as a Cloud Service.
host: https://<server>.api.commerce.adobe.com/<tenant-id>
description:
$ref: https://raw.githubusercontent.com/AdobeDocs/commerce-webapi/refs/heads/main/src/_includes/accs-intro.md
host: https://<region>.api.commerce.adobe.com/<tenant-id>
basePath: "/"
schemes:
- https
Expand Down