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'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ get:
1010
- "2.2"
1111
- "2.3"
1212
- "3.0"
13+
- "3.1"
1314
x-ee: true
1415
parameters:
1516
- $ref: '#/parameters/asset_code'

content/swagger/resources/assets/routes/assets_code_variation_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'
@@ -39,6 +40,7 @@ post:
3940
- "2.2"
4041
- "2.3"
4142
- "3.0"
43+
- "3.1"
4244
x-ee: true
4345
parameters:
4446
- $ref: '#/parameters/asset_code'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ get:
1010
- "2.2"
1111
- "2.3"
1212
- "3.0"
13+
- "3.1"
1314
x-ee: true
1415
parameters:
1516
- $ref: '#/parameters/asset_code'

content/swagger/resources/association_types/routes/association_types.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ get:
1010
- "2.2"
1111
- "2.3"
1212
- "3.0"
13+
- "3.1"
1314
parameters:
1415
- $ref: '#/parameters/page'
1516
- $ref: '#/parameters/limit'
@@ -99,6 +100,7 @@ post:
99100
- "2.2"
100101
- "2.3"
101102
- "3.0"
103+
- "3.1"
102104
parameters:
103105
- name: body
104106
in: body
@@ -128,6 +130,7 @@ patch:
128130
- "2.2"
129131
- "2.3"
130132
- "3.0"
133+
- "3.1"
131134
description: This endpoint allows you to update and/or create several association types at once.
132135
x-body-by-line: Contains several lines, each line is an association type in JSON standard format
133136
parameters:

content/swagger/resources/association_types/routes/association_types_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ get:
1010
- "2.2"
1111
- "2.3"
1212
- "3.0"
13+
- "3.1"
1314
parameters:
1415
- $ref: '#/parameters/code'
1516
responses:
@@ -37,6 +38,7 @@ patch:
3738
- "2.2"
3839
- "2.3"
3940
- "3.0"
41+
- "3.1"
4042
description: This endpoint allows you to update a given association type. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no association type exists for the given code, it creates it.
4143
parameters:
4244
- $ref: '#/parameters/code'

content/swagger/resources/attribute_groups/routes/attribute_groups.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ get:
1010
- "2.2"
1111
- "2.3"
1212
- "3.0"
13+
- "3.1"
1314
parameters:
1415
- $ref: '#/parameters/page'
1516
- $ref: '#/parameters/limit'
@@ -114,6 +115,7 @@ post:
114115
- "2.2"
115116
- "2.3"
116117
- "3.0"
118+
- "3.1"
117119
parameters:
118120
- name: body
119121
in: body
@@ -143,6 +145,7 @@ patch:
143145
- "2.2"
144146
- "2.3"
145147
- "3.0"
148+
- "3.1"
146149
description: This endpoint allows you to update and/or create several attribute groups at once.
147150
x-body-by-line: Contains several lines, each line is an attribute group in JSON standard format
148151
parameters:

content/swagger/resources/attribute_groups/routes/attribute_groups_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ get:
1010
- "2.2"
1111
- "2.3"
1212
- "3.0"
13+
- "3.1"
1314
parameters:
1415
- $ref: '#/parameters/code'
1516
responses:
@@ -37,6 +38,7 @@ patch:
3738
- "2.2"
3839
- "2.3"
3940
- "3.0"
41+
- "3.1"
4042
description: This endpoint allows you to update a given attribute group. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no attribute group exists for the given code, it creates it.
4143
parameters:
4244
- $ref: '#/parameters/code'

content/swagger/resources/attributes/routes/attributes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get:
1111
- "2.2"
1212
- "2.3"
1313
- "3.0"
14+
- "3.1"
1415
parameters:
1516
- $ref: '#/parameters/page'
1617
- $ref: '#/parameters/limit'
@@ -143,6 +144,7 @@ post:
143144
- "2.2"
144145
- "2.3"
145146
- "3.0"
147+
- "3.1"
146148
parameters:
147149
- name: body
148150
in: body
@@ -173,6 +175,7 @@ patch:
173175
- "2.2"
174176
- "2.3"
175177
- "3.0"
178+
- "3.1"
176179
description: This endpoint allows you to update and/or create several attributes at once.
177180
x-body-by-line: Contains several lines, each line is an attribute in JSON standard format
178181
parameters:

content/swagger/resources/attributes/routes/attributes_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get:
1111
- "2.2"
1212
- "2.3"
1313
- "3.0"
14+
- "3.1"
1415
parameters:
1516
- $ref: '#/parameters/code'
1617
responses:
@@ -39,6 +40,7 @@ patch:
3940
- "2.2"
4041
- "2.3"
4142
- "3.0"
43+
- "3.1"
4244
description: This endpoint allows you to update a given attribute. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no attribute exists for the given code, it creates it.
4345
parameters:
4446
- $ref: '#/parameters/code'

content/swagger/resources/attributes/routes/attributes_code_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get:
1111
- "2.2"
1212
- "2.3"
1313
- "3.0"
14+
- "3.1"
1415
parameters:
1516
- $ref: '#/parameters/attribute_code'
1617
- $ref: '#/parameters/page'
@@ -114,6 +115,7 @@ post:
114115
- "2.2"
115116
- "2.3"
116117
- "3.0"
118+
- "3.1"
117119
parameters:
118120
- $ref: '#/parameters/attribute_code'
119121
- name: body
@@ -143,6 +145,7 @@ patch:
143145
- "2.2"
144146
- "2.3"
145147
- "3.0"
148+
- "3.1"
146149
description: This endpoint allows you to update several attribute options at once.
147150
x-body-by-line: Contains several lines, each line is an attribute option in JSON standard format
148151
parameters:

content/swagger/resources/attributes/routes/attributes_code_options_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get:
1111
- "2.2"
1212
- "2.3"
1313
- "3.0"
14+
- "3.1"
1415
parameters:
1516
- $ref: '#/parameters/attribute_code'
1617
- $ref: '#/parameters/code'
@@ -40,6 +41,7 @@ patch:
4041
- "2.2"
4142
- "2.3"
4243
- "3.0"
44+
- "3.1"
4345
description: This endpoint allows you to update a given attribute option. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no attribute option exists for the given code, it creates it.
4446
parameters:
4547
- $ref: '#/parameters/attribute_code'

content/swagger/resources/categories/routes/categories.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get:
1111
- "2.2"
1212
- "2.3"
1313
- "3.0"
14+
- "3.1"
1415
parameters:
1516
- $ref: '#/parameters/page'
1617
- $ref: '#/parameters/limit'
@@ -141,6 +142,7 @@ post:
141142
- "2.2"
142143
- "2.3"
143144
- "3.0"
145+
- "3.1"
144146
parameters:
145147
- name: body
146148
in: body
@@ -171,6 +173,7 @@ patch:
171173
- "2.2"
172174
- "2.3"
173175
- "3.0"
176+
- "3.1"
174177
description: This endpoint allows you to update several categories at once.
175178
x-body-by-line: Contains several lines, each line is a category in JSON standard format
176179
parameters:

content/swagger/resources/categories/routes/categories_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get:
1111
- "2.2"
1212
- "2.3"
1313
- "3.0"
14+
- "3.1"
1415
parameters:
1516
- $ref: '#/parameters/code'
1617
responses:
@@ -39,6 +40,7 @@ patch:
3940
- "2.2"
4041
- "2.3"
4142
- "3.0"
43+
- "3.1"
4244
description: This endpoint allows you to update a given 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.
4345
parameters:
4446
- $ref: '#/parameters/code'

content/swagger/resources/channels/routes/channels.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get:
1111
- "2.2"
1212
- "2.3"
1313
- "3.0"
14+
- "3.1"
1415
parameters:
1516
- $ref: '#/parameters/page'
1617
- $ref: '#/parameters/limit'
@@ -123,6 +124,7 @@ post:
123124
- "2.2"
124125
- "2.3"
125126
- "3.0"
127+
- "3.1"
126128
parameters:
127129
- name: body
128130
in: body
@@ -152,6 +154,7 @@ patch:
152154
- "2.2"
153155
- "2.3"
154156
- "3.0"
157+
- "3.1"
155158
description: This endpoint allows you to update and/or create several channels at once.
156159
x-body-by-line: Contains several lines, each line is a channel in JSON standard format
157160
parameters:

0 commit comments

Comments
 (0)