Skip to content

Enable Schema.org Plugin Execution for API-saved Content in Joomla CMS. #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Refined documentation and formatting improvements.
  • Loading branch information
Sanjana2906 committed Apr 18, 2025
commit 766e887860361da68aaaae0e8e48e9f93f271797
13 changes: 10 additions & 3 deletions docs/webservices/schemaorg-api-support.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@

---
id: schemaorg-api-support
title: Schema.org Plugin API Documentation
description: Guide for using the Schema.org plugin via Joomla REST API
slug: /webservices/schemaorg-api-support
---


# Schema.org Plugin API Documentation

## Introduction
This document provides details about the Schema.org system plugin's API support in Joomla CMS. This guide outlines the API endpoints, payload structure, and testing instructions.

---


### POST /content
Creates a new content item with Schema.org metadata.
Expand Down Expand Up @@ -35,7 +42,7 @@ Creates a new content item with Schema.org metadata.
```


### PATCH /content/{id}
### PATCH `/content/{id}`
Updates an existing content item with Schema.org metadata.
```json
{
Expand Down