Skip to content

Commit

Permalink
Merge pull request #179 from flotiq/feature/23397-regexp-for-co-id
Browse files Browse the repository at this point in the history
content object validation id
  • Loading branch information
KarolNet authored Oct 23, 2023
2 parents bef8502 + 39e0f24 commit d6ee132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/API/content-type/creating-co.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ to the supporting endpoint `https://api.flotiq.com/api/v1/content/{name}`

!!! note
You can send custom `id` in the object data to assign a particular `id` to the object.
Id must match a regular expression `^[a-zA-Z0-9-_.,:=!#$%&(\`\’\{\}\" ]*$`.
Random `id` will be assigned when the `id` property is not present in the object.

!!! note
Expand Down

0 comments on commit d6ee132

Please sign in to comment.