Download OpenAPI specification:Download
Access information on Eclipse committer paperwork.
Returns a list of committer paperwork filtered using various properties.
username | string The LDAP uid of the user. |
forge | string The forge filter. |
project_id | string Project id filter. |
uid | string User id filter. |
election_nid | integer Election id filter. |
election_status | integer Election status filter. |
committer_paperwork_nid | integer Committer paperwork id filter. |
committer_paperwork_status | integer Committer paperwork status filter. |
spec_project_working_group | integer Project working group filter. |
[- {
- "result": [
- {
- "id": 0,
- "forge": "string",
- "project_id": "string",
- "uid": "string",
- "election_nid": 0,
- "election_status": 0,
- "committer_paperwork_nid": 0,
- "committer_paperwork_status": 0,
- "etag": "string",
- "created": 0,
- "changed": 0,
- "spec_project_working_group_tid": 0
}
]
}
]
username required | string The LDAP uid of the user. |
Committer paperwork data to create.
required | object |
{- "parameters": {
- "project_id": "string",
- "election_nid": 0,
- "forge": "string",
- "election_status": 0,
- "spec_project_working_group": 0
}
}
{- "url": "string"
}
Returns a list of committer paperwork for the given username and id.
username required | string The LDAP uid of the user. |
id required | integer Unique identifier of the committer paperwork record. |
{- "id": 0,
- "forge": "string",
- "project_id": "string",
- "uid": "string",
- "election_nid": 0,
- "election_status": 0,
- "committer_paperwork_nid": 0,
- "committer_paperwork_status": 0,
- "etag": "string",
- "created": 0,
- "changed": 0,
- "spec_project_working_group_tid": 0
}
Update a paperwork entry given the username and paperwork id.
username required | string The LDAP uid of the user. |
id required | integer Unique identifier of the committer paperwork record. |
Committer paperwork fields to update.
required | object |
{- "parameters": {
- "committer_paperwork_nid": 0,
- "committer_paperwork_status": 0
}
}
{- "url": "string"
}
Retires a user form being a committer on a specific project.
username required | string The LDAP uid of the user. |
Committer paperwork used to validate request and update role.
required | object |
{- "info": {
- "requestor": "string",
- "project_id": "string",
- "project_role": "string"
}
}
Start the committer provisioning process on a specific project.
username required | string The LDAP uid of the user. |
id required | integer Unique identifier of the committer paperwork record. |
List of org ids to start the provisioning process.
required | object |
{- "organization": {
- "id": 0
}
}
[- {
- "result": true,
- "body": "string"
}
]