Skip to content

Commit 3f6f1cf

Browse files
Merge pull request #661 from akeneo/beta-tag
Replace [beta] by the yellow beta tag
2 parents 0f40744 + 2d9e30c commit 3f6f1cf

15 files changed

+7463
-22
lines changed

content/apps/catalogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Catalogs [beta]
1+
# Catalogs for Apps <span class="label label-beta">Beta</span>
22

33
## Overview
44

content/files/Akeneo PIM API.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"item": [
88
{
9-
"name": "App Catalogs [beta]",
9+
"name": "Catalogs for Apps [Beta]",
1010
"item": [
1111
{
1212
"name": "catalog",

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/app_catalogs/definitions/app_catalog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ type: object
22
properties:
33
id:
44
type: string
5-
description: App catalog id
5+
description: Catalog id
66
x-immutable: true
77
name:
88
type: string
9-
description: App catalog name
9+
description: Catalog name
1010
enabled:
1111
type: boolean
12-
description: Whether the app catalog is enabled or not
12+
description: Whether the catalog is enabled or not
1313
default: false
1414
example: {
1515
"id": "12351d98-200e-4bbc-aa19-7fdda1bd14f2",

content/swagger/resources/app_catalogs/definitions/app_catalog_creation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ required: ["name"]
33
properties:
44
name:
55
type: string
6-
description: App catalog name
6+
description: Catalog name
77
example: {
88
"name": "My app catalog"
99
}

content/swagger/resources/app_catalogs/definitions/app_catalog_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ required: ["name"]
33
properties:
44
name:
55
type: string
6-
description: App catalog name
6+
description: Catalog name
77
example: {
88
"name": "My app catalog"
99
}

content/swagger/resources/app_catalogs/routes/app_catalogs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
operationId: "get_app_catalogs"
44
description: This endpoint allows you to get the list of catalogs you owned.
55
tags:
6-
- App catalog
6+
- Catalogs
77
x-versions:
88
- "SaaS"
99
parameters:
@@ -70,7 +70,7 @@ post:
7070
summary: Create a new catalog
7171
operationId: "post_app_catalog"
7272
tags:
73-
- App catalog
73+
- Catalogs
7474
x-versions:
7575
- "SaaS"
7676
description: This endpoint allows you to create a new catalog.

content/swagger/resources/app_catalogs/routes/app_catalogs_id.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
operationId: "get_app_catalog"
44
description: This endpoint allows you to get the information about a catalog.
55
tags:
6-
- App catalog
6+
- Catalogs
77
x-versions:
88
- "SaaS"
99
parameters:
@@ -28,10 +28,10 @@ patch:
2828
summary: Update a catalog
2929
operationId: "patch_app_catalog"
3030
tags:
31-
- App catalog
31+
- Catalogs
3232
x-versions:
3333
- "SaaS"
34-
description: This endpoint allows you to update an app catalog.
34+
description: This endpoint allows you to update a catalog.
3535
parameters:
3636
- name: id
3737
in: path
@@ -62,10 +62,10 @@ delete:
6262
summary: Delete a catalog
6363
operationId: "delete_app_catalog"
6464
tags:
65-
- App catalog
65+
- Catalog
6666
x-versions:
6767
- "SaaS"
68-
description: This endpoint allows you to delete an app catalog.
68+
description: This endpoint allows you to delete a catalog.
6969
parameters:
7070
- name: id
7171
in: path

0 commit comments

Comments
 (0)