JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.atlassian.confluence.rest.v2.api.annotation
Annotation Interface LogRequestInfo
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
TYPE
,
PACKAGE
})
public @interface
LogRequestInfo
Specifies if the request URI should be logged
Since:
9.4.0
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
headerNames
String
[]
methods
Element Details
headerNames
String
[]
headerNames
Default:
{}
methods
String
[]
methods
Default:
{"GET", "POST", "PUT", "DELETE"}