| Info | ||||
|---|---|---|---|---|
| ||||
|
Get a List of User Properties
...
Parameter | Description | Required | Default Value |
|---|---|---|---|
id | Key of the user property | No | None |
| format | Response formats: xml or json | No | xml |
Create
...
a User Property
| Description | Create an event.a user property |
URL | /api/eventsuser_properties |
| Method | POST |
| Security | Requires Project Global Administrator role to create an event. |
Examples
- Create an event on project org
.
apache.
struts:struts with administrator admin/admin: - Category: Alert
- Name: myAlertName
Description: myAlertDescription
.:
| Code Block | ||
|---|---|---|
|
xxxx |
Parameters
Parameter | Description | Required | Default Value | Value | |
|---|---|---|---|---|---|
resource | id or key of the project | ? | org.codehaus.sonar:sonar | ||
category | Category | ? | Version | ||
name |
| ||||
description |
Update a User Property
| Description | Update a user property |
URL | /api/user_properties |
| Method | PUT |
| Security | Requires Global Administrator role |
Examples
...:
Code Block language none xxxx
Parameters
Parameter | Description | Required | Default Value | Value |
|---|---|---|---|---|
...
| Note |
|---|
| To be reviewed and completed |
Delete a User Property
| Description | Delete a user property |
URL | /api/user_properties |
| Method | DELETE |
| Security | Requires Global Administrator role |
Examples
...:
Code Block language none xxxx
Parameters
Parameter | Description | Required | Default Value | Value |
|---|---|---|---|---|

