Skip to content

Commit

Permalink
API source block fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorod committed Feb 7, 2019
1 parent f7e7298 commit 74df88b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
30 changes: 30 additions & 0 deletions content/admin/Roadmap.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: SuiteCRM Roadmap
weight: 10
---

Ok so let's try a nice-looking graph!

axisFormat %m/%d/%Y

{{<mermaid>}}
gantt
dateFormat YYYY-MM-DD
title SuiteCRM Roadmap

section 7.8
Develop/Release : des1, 2019-01-06, 280d
Security Fixes only : des2, after des1, 120d
Criticals : des3, after des2, 280d

section 7.9
Create tests for renderer : 160d
Add to mermaid : 30d

section 7.10
Active task :active, des2, 2019-01-09, 90d

section 7.11
Active task :active, des2, 2019-01-09, 90d
{{< /mermaid >}}

5 changes: 4 additions & 1 deletion content/developer/api/version-8/JSON-API.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ Example:
Result:

[source,json]

----
----

== Endpoints

Expand Down Expand Up @@ -337,11 +338,13 @@ POST {{your-SuiteCRM-url}}/V8/module/{moduleName}/relationships/{relation}
Example body:

[source,json]
----
{
"data": {
"type": "contacts"
}
}
----

=== Delete relationship

Expand Down

0 comments on commit 74df88b

Please sign in to comment.