File: custom_attributes.yml

package info (click to toggle)
libgitlab-api-v4-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,500 kB
  • sloc: perl: 5,960; sh: 838; python: 63; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- custom_user_attributes: attributes = GET users/:user_id/custom_attributes
- custom_group_attributes: attributes = GET groups/:group_id/custom_attributes
- custom_project_attributes: attributes = GET projects/:project_id/custom_attributes
- custom_user_attribute: attribute = GET users/:user_id/custom_attributes/:attribute_key
- custom_group_attribute: attribute = GET groups/:group_id/custom_attributes/:attribute_key
- custom_project_attribute: attribute = GET projects/:project_id/custom_attributes/:attribute_key
- set_custom_user_attribute: attribute = PUT users/:user_id/custom_attributes/:attribute_key?
- set_custom_group_attribute: attribute = PUT groups/:group_id/custom_attributes/:attribute_key?
- set_custom_project_attribute: attribute = PUT projects/:project_id/custom_attributes/:attribute_key?
- delete_custom_user_attribute: DELETE users/:user_id/custom_attributes/:attribute_key
- delete_custom_group_attribute: DELETE groups/:group_id/custom_attributes/:attribute_key
- delete_custom_project_attribute: DELETE projects/:project_id/custom_attributes/:attribute_key