Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devportal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
devportal
Commits
6d048d90
Commit
6d048d90
authored
11 months ago
by
feruzm
Browse files
Options
Downloads
Patches
Plain Diff
customs broadcast ops
parent
83b7e6a0
No related branches found
No related tags found
3 merge requests
!142
Deploy recent changes
,
!141
Deploy recent updates
,
!140
API improvements 1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_apidefinitions/broadcast-ops-customs.md
+6
-6
6 additions, 6 deletions
_apidefinitions/broadcast-ops-customs.md
_data/apidefinitions/broadcast_ops_customs.yml
+1
-1
1 addition, 1 deletion
_data/apidefinitions/broadcast_ops_customs.yml
with
7 additions
and
7 deletions
_apidefinitions/broadcast-ops-c
ommunitie
s.md
→
_apidefinitions/broadcast-ops-c
ustom
s.md
+
6
−
6
View file @
6d048d90
---
position
:
100
exclude
:
true
canonical_url
:
.#apidefinitions-broadcast-ops-c
ommunitie
s
canonical_url
:
.#apidefinitions-broadcast-ops-c
ustom
s
---
Ops:
<ul>
{% for sections in site.data.apidefinitions.broadcast_ops_c
ommunitie
s %}
{% for sections in site.data.apidefinitions.broadcast_ops_c
ustom
s %}
{% assign sorted_ops = sections.ops | sort: 'name' %}
{% for op in sorted_ops %}
{% unless op.virtual %}
<li
class=
"button"
><a
href=
"#broadcast_ops_c
ommunitie
s_{{ op.name | slug}}"
>
{{op.name | split: '.' | last}}
</a></li>
<li
class=
"button"
><a
href=
"#broadcast_ops_c
ustom
s_{{ op.name | slug}}"
>
{{op.name | split: '.' | last}}
</a></li>
{% endunless %}
{% endfor %}
{% endfor %}
</ul>
{% for sections in site.data.apidefinitions.broadcast_ops_c
ommunitie
s %}
{% for sections in site.data.apidefinitions.broadcast_ops_c
ustom
s %}
{{ sections.description | liquify | markdownify }}
{% for op in sections.ops %}
<ul
style=
"float: right; list-style: none;"
>
...
...
@@ -39,9 +39,9 @@ Ops:
{% assign search_url = '/search/?q=' | append: keywords | split: '_' | join: ' ' %}
<li
class=
"info"
><strong><small><a
href=
"{{ search_url | relative_url }}"
>
Related
<i
class=
"fas fa-search fa-xs"
></i></a></small></strong></li>
</ul>
<h4
id=
"broadcast_ops_c
ommunitie
s_{{ op.name | slug }}"
>
<h4
id=
"broadcast_ops_c
ustom
s_{{ op.name | slug }}"
>
<code>
{{op.name}}
</code>
<a
href=
"#broadcast_ops_c
ommunitie
s_{{ op.name | slug}}"
>
<a
href=
"#broadcast_ops_c
ustom
s_{{ op.name | slug}}"
>
<i
class=
"fas fa-link fa-xs"
></i></a>
</h4>
{{ op.purpose | liquify | markdownify }}
...
...
This diff is collapsed.
Click to expand it.
_data/apidefinitions/broadcast_ops_c
ommunitie
s.yml
→
_data/apidefinitions/broadcast_ops_c
ustom
s.yml
+
1
−
1
View file @
6d048d90
-
name
:
broadcast_ops_c
ommunities
-
name
:
broadcast_ops_c
ustom
group
:
communities
description
:
|
To interact with the communities framework, use `custom_json` operations with the an `id` of `community`. Communities also intepret other ids like `follow` and `reblog`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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