Preparing search index...
The search index is not available
linXiv frontend (TS/JS)
linXiv frontend (TS/JS)
api/papers
PaperRepairBody
Interface PaperRepairBody
interface
PaperRepairBody
{
authors
:
string
[]
;
category
?:
null
|
string
;
doi
?:
null
|
string
;
published
:
string
;
summary
:
string
;
tags
?:
null
|
string
[]
;
title
:
string
;
url
?:
null
|
string
;
}
Index
Properties
authors
category?
doi?
published
summary
tags?
title
url?
Properties
authors
authors
:
string
[]
Optional
category
category
?:
null
|
string
Optional
doi
doi
?:
null
|
string
published
published
:
string
summary
summary
:
string
Optional
tags
tags
?:
null
|
string
[]
title
title
:
string
Optional
url
url
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authors
category
doi
published
summary
tags
title
url
linXiv frontend (TS/JS)
Loading...