Skip to content

Commit

Permalink
SHARE-555 child restriction
Browse files Browse the repository at this point in the history
added new not_for_kids property to ProjectResponse
  • Loading branch information
makne17 committed Jan 10, 2024
1 parent ad3734d commit 10b27ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catroweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,10 @@ components:
type: number
example: 0.14381762458251943
description: "The filesize of the catrobat file in megabytes"
not_for_kids:
type: number
example: 0
description: "Indicates whether a project is suitable for kids or not (0 = safe for kids, 1 = not safe for kids, 2 = not safe for kids set by moderator)"

ExtensionsResponse:
type: array
Expand Down

0 comments on commit 10b27ce

Please sign in to comment.