Function: ShareProjectApiAxiosParamCreator()
ShareProjectApiAxiosParamCreator(
configuration
?):object
ShareProjectApi - axios parameter creator
Parameters
configuration?
Returns
object
apiV1ShareProjectGet()
apiV1ShareProjectGet: (
type
?,skip
?,take
?,options
?) =>Promise
<RequestArgs
>
Parameters
type?
skip?
number
take?
number
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdContentGet()
apiV1ShareProjectIdContentGet: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdDelete()
apiV1ShareProjectIdDelete: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdFileDelete()
apiV1ShareProjectIdFileDelete: (
id
,path
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdFileGet()
apiV1ShareProjectIdFileGet: (
id
,path
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdFilePost()
apiV1ShareProjectIdFilePost: (
id
,body
,path
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
body
File
path?
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdGet()
apiV1ShareProjectIdGet: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdListGet()
apiV1ShareProjectIdListGet: (
id
,path
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdPatch()
apiV1ShareProjectIdPatch: (
id
,nameValue
?,nameHasValue
?,descriptionValue
?,descriptionHasValue
?,sharedAccessValue
?,sharedAccessHasValue
?,customMetaDataValue
?,customMetaDataHasValue
?,body
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
nameValue?
string
nameHasValue?
boolean
descriptionValue?
string
descriptionHasValue?
boolean
sharedAccessValue?
boolean
sharedAccessHasValue?
boolean
customMetaDataValue?
string
customMetaDataHasValue?
boolean
body?
File
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectIdStatGet()
apiV1ShareProjectIdStatGet: (
id
,path
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1ShareProjectPost()
apiV1ShareProjectPost: (
name
,description
,body
,sharedAccess
?,customMetaData
?,options
?) =>Promise
<RequestArgs
>
Parameters
name
string
description
string
body
File
sharedAccess?
boolean
customMetaData?
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>