Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
4edafe5e
Commit
4edafe5e
authored
Aug 03, 2013
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong links in REST POD
parent
379fd608
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Classification.pm
Bugzilla/WebService/Server/REST/Resources/Classification.pm
+1
-1
Product.pm
Bugzilla/WebService/Server/REST/Resources/Product.pm
+1
-1
User.pm
Bugzilla/WebService/Server/REST/Resources/User.pm
+1
-1
No files found.
Bugzilla/WebService/Server/REST/Resources/Classification.pm
View file @
4edafe5e
...
@@ -45,5 +45,5 @@ Bugzilla::Webservice::Server::REST::Resources::Classification - The Classificati
...
@@ -45,5 +45,5 @@ Bugzilla::Webservice::Server::REST::Resources::Classification - The Classificati
This part of the Bugzilla REST API allows you to deal with the available Classifications.
This part of the Bugzilla REST API allows you to deal with the available Classifications.
You will be able to get information about them as well as manipulate them.
You will be able to get information about them as well as manipulate them.
See L<Bugzilla::WebService::
Bug
> for more details on how to use this part
See L<Bugzilla::WebService::
Classification
> for more details on how to use this part
of the REST API.
of the REST API.
Bugzilla/WebService/Server/REST/Resources/Product.pm
View file @
4edafe5e
...
@@ -78,5 +78,5 @@ Bugzilla::Webservice::Server::REST::Resources::Product - The Product REST API
...
@@ -78,5 +78,5 @@ Bugzilla::Webservice::Server::REST::Resources::Product - The Product REST API
This part of the Bugzilla REST API allows you to list the available Products and
This part of the Bugzilla REST API allows you to list the available Products and
get information about them.
get information about them.
See L<Bugzilla::WebService::
Bug
> for more details on how to use this part of
See L<Bugzilla::WebService::
Product
> for more details on how to use this part of
the REST API.
the REST API.
Bugzilla/WebService/Server/REST/Resources/User.pm
View file @
4edafe5e
...
@@ -61,5 +61,5 @@ Bugzilla::Webservice::Server::REST::Resources::User - The User Account REST API
...
@@ -61,5 +61,5 @@ Bugzilla::Webservice::Server::REST::Resources::User - The User Account REST API
This part of the Bugzilla REST API allows you to get User information as well
This part of the Bugzilla REST API allows you to get User information as well
as create User Accounts.
as create User Accounts.
See L<Bugzilla::WebService::
Bug
> for more details on how to use this part of
See L<Bugzilla::WebService::
User
> for more details on how to use this part of
the REST API.
the REST API.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment