# Content Root resource for all content APIs ## GET Application Content - [GET /hub/apps/{id}/contents/{cid}](https://marcie.redocly.app/openapi/content/paths/~1hub~1apps~1%7Bid%7D~1contents~1%7Bcid%7D/get.md): Get the appication contents with the specific content-id ## Replace Application Content - [PUT /hub/apps/{id}/contents/{cid}](https://marcie.redocly.app/openapi/content/paths/~1hub~1apps~1%7Bid%7D~1contents~1%7Bcid%7D/put.md): Replace an existing application content ## Delete Application Content - [DELETE /hub/apps/{id}/contents/{cid}](https://marcie.redocly.app/openapi/content/paths/~1hub~1apps~1%7Bid%7D~1contents~1%7Bcid%7D/delete.md): Delete the application content with the specific content-id ## List All Application Content - [GET /hub/apps/{id}/contents](https://marcie.redocly.app/openapi/content/paths/~1hub~1apps~1%7Bid%7D~1contents/get.md): List all contents of the specific application ## Create New Application Content - [POST /hub/apps/{id}/contents](https://marcie.redocly.app/openapi/content/paths/~1hub~1apps~1%7Bid%7D~1contents/post.md): Create a new contents for the specific application