Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
dev-manual
Commits
ba37f8a3
Verified
Commit
ba37f8a3
authored
1 month ago
by
dockx thibault
Browse files
Options
Download
Patches
Plain Diff
orchestrator plugin
Dev Manual - orchetrator plugin 4
parent
fe553aac
dev
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/fusiondirectory-orchestrator/development/orchDevPlugin.rst
+3
-6
...usiondirectory-orchestrator/development/orchDevPlugin.rst
with
3 additions
and
6 deletions
+3
-6
source/fusiondirectory-orchestrator/development/orchDevPlugin.rst
+
3
−
6
View file @
ba37f8a3
...
...
@@ -80,9 +80,8 @@ The **POST method** is used to create new records.
/**
* Handles POST requests.
*
* This method is responsible for creating new records in the system.
* It is typically used when an administrator or an external service
* submits new data to be stored (e.g., adding a new task to LDAP).
* This method is responsible for creating new records based on your data logic.
* You might have developed a plugin with its own LDAP schema.
*
* @param array|null $data Input data to be processed and stored.
* @return array The response indicating success or failure.
...
...
@@ -103,9 +102,7 @@ The **DELETE method** removes existing records.
/**
* Handles DELETE requests.
*
* This method removes existing records from the system.
* It is used when an administrator or system process
* wants to delete a task or configuration from the directory.
* This method removes existing records based on your data handling logic.
*
* @param array|null $data Information about what should be deleted.
* @return array The response confirming the deletion.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets