Skip to content

Commit 0a39dd5

Browse files
NolwennPahocquard
authored andcommitted
Add mentions to the 3.1 version
1 parent fb1aa03 commit 0a39dd5

File tree

63 files changed

+119
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+119
-10
lines changed

content/php-client/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Below you will find which PHP client version to use depending on your PIM versio
1414
| v2.0 | v1.0 | March 2019 |
1515
| v2.1 - v2.2 | v2.0 | March 2019 |
1616
| v2.3 | v3.0 | December 2019 |
17-
| v3.0 | v4.0 | August 2020 |
17+
| v3.0 - v3.1 | v4.0 | August 2020 |
1818

1919
::: info
2020
Note that our PHP client is backward compatible.

content/php-client/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are three versions of these clients:
1010
- The version v1.0 is compatible with the PIM 2.0.
1111
- The version v2.0 is compatible with the PIM 2.1 and 2.2.
1212
- The version v3.0 is compatible with the PIM 2.3.
13-
- The current and latest version v4.0 is compatible with the PIM 3.0.
13+
- The current and latest version v4.0 is compatible with the PIM 3.0 and 3.1.
1414

1515
## Support & issues
1616
Please be aware that these PHP clients are only supported **in best effort**, whether you are an Entreprise or Community customer.

content/swagger/akeneo-web-api.json

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

content/swagger/resources/asset_categories/routes/asset_categories.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ get:
99
- "2.2"
1010
- "2.3"
1111
- "3.0"
12+
- "3.1"
1213
x-ee: true
1314
parameters:
1415
- $ref: '#/parameters/page'
@@ -110,6 +111,7 @@ post:
110111
- "2.2"
111112
- "2.3"
112113
- "3.0"
114+
- "3.1"
113115
x-ee: true
114116
parameters:
115117
- name: body
@@ -139,6 +141,7 @@ patch:
139141
- "2.2"
140142
- "2.3"
141143
- "3.0"
144+
- "3.1"
142145
x-ee: true
143146
description: This endpoint allows you to update several asset categories at once.
144147
x-body-by-line: Contains several lines, each line is a category in JSON standard format

content/swagger/resources/asset_categories/routes/asset_categories_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ get:
99
- "2.2"
1010
- "2.3"
1111
- "3.0"
12+
- "3.1"
1213
x-ee: true
1314
parameters:
1415
- $ref: '#/parameters/code'
@@ -36,6 +37,7 @@ patch:
3637
- "2.2"
3738
- "2.3"
3839
- "3.0"
40+
- "3.1"
3941
x-ee: true
4042
description: This endpoint allows you to update a given asset category. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no category exists for the given code, it creates it.
4143
parameters:

content/swagger/resources/asset_tags/routes/asset_tags.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ get:
99
- "2.2"
1010
- "2.3"
1111
- "3.0"
12+
- "3.1"
1213
x-ee: true
1314
parameters:
1415
- $ref: '#/parameters/page'

content/swagger/resources/asset_tags/routes/asset_tags_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ get:
99
- "2.2"
1010
- "2.3"
1111
- "3.0"
12+
- "3.1"
1213
x-ee: true
1314
parameters:
1415
- $ref: '#/parameters/code'
@@ -36,6 +37,7 @@ patch:
3637
- "2.2"
3738
- "2.3"
3839
- "3.0"
40+
- "3.1"
3941
x-ee: true
4042
description: This endpoint allows you to update a given asset tag. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no tag exists for the given code, it creates it.
4143
parameters:

content/swagger/resources/assets/routes/assets.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ get:
99
- "2.2"
1010
- "2.3"
1111
- "3.0"
12+
- "3.1"
1213
x-ee: true
1314
parameters:
1415
- $ref: '#/parameters/pagination_type'
@@ -218,6 +219,7 @@ post:
218219
- "2.2"
219220
- "2.3"
220221
- "3.0"
222+
- "3.1"
221223
x-ee: true
222224
parameters:
223225
- name: body
@@ -247,6 +249,7 @@ patch:
247249
- "2.2"
248250
- "2.3"
249251
- "3.0"
252+
- "3.1"
250253
x-ee: true
251254
description: This endpoint allows you to update several assets at once.
252255
x-body-by-line: Contains several lines, each line is an asset in JSON format

content/swagger/resources/assets/routes/assets_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ get:
99
- "2.2"
1010
- "2.3"
1111
- "3.0"
12+
- "3.1"
1213
x-ee: true
1314
parameters:
1415
- $ref: '#/parameters/code'
@@ -36,6 +37,7 @@ patch:
3637
- "2.2"
3738
- "2.3"
3839
- "3.0"
40+
- "3.1"
3941
x-ee: true
4042
description: This endpoint allows you to update a given asset. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no asset exists for the given code, it creates it.
4143
parameters:

content/swagger/resources/assets/routes/assets_code_reference_files_channel_code_locale_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ get:
99
- "2.2"
1010
- "2.3"
1111
- "3.0"
12+
- "3.1"
1213
x-ee: true
1314
parameters:
1415
- $ref: '#/parameters/asset_code'
@@ -38,6 +39,7 @@ post:
3839
- "2.2"
3940
- "2.3"
4041
- "3.0"
42+
- "3.1"
4143
x-ee: true
4244
parameters:
4345
- $ref: '#/parameters/asset_code'

0 commit comments

Comments
 (0)