Skip to content

Commit

Permalink
fix(offre-stage): slug optionnel car sinon il faudrait le fournir dan… (
Browse files Browse the repository at this point in the history
  • Loading branch information
suli-octo authored Sep 28, 2023
1 parent 9f64e76 commit 9afde3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"slug": {
"type": "uid",
"required": true
"required": false
},
"source": {
"type": "enumeration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "MIT",
"url": "https://github.com/DNUM-SocialGouv/1j1s-stage-orchestrateur-transform-load/blob/main/LICENSE"
},
"x-generation-date": "2023-09-19T08:40:22.653Z"
"x-generation-date": "2023-09-28T09:10:03.342Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down Expand Up @@ -5863,7 +5863,6 @@
"required": [
"identifiantSource",
"titre",
"slug",
"source",
"description",
"dateDeDebutMin",
Expand Down Expand Up @@ -6000,7 +5999,6 @@
"required": [
"identifiantSource",
"titre",
"slug",
"source",
"description",
"dateDeDebutMin",
Expand Down Expand Up @@ -14654,7 +14652,7 @@
},
"responses": {
"200": {
"description": "Successfull registration",
"description": "Successful registration",
"content": {
"application/json": {
"schema": {
Expand Down

0 comments on commit 9afde3e

Please sign in to comment.