Skip to content

Commit

Permalink
Add image_path to studio response
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetzner committed Aug 30, 2024
1 parent 064f197 commit cf8de00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion catroweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: "Catroweb API"
description: "API for the Catrobat Share Platform"
version: "v1.5.2"
version: "v1.5.5"
termsOfService: "https://share.catrob.at/pocketcode/termsOfUse"
contact:
name: "Catrobat"
Expand Down Expand Up @@ -2468,6 +2468,10 @@ components:
example: true
default: true
description: This flag enables or disabled the possibility to add comments to the studio
image_path:
type: string
example: https://share.catrob.at/resources/studio/panda.png
description: Cover image

######################################################
# Utility Schemas
Expand Down

0 comments on commit cf8de00

Please sign in to comment.