Update system and compose api-clients
This commit is contained in:
parent
f1bc8b7a66
commit
391cc5560f
@ -288,6 +288,9 @@ export default class Compose {
|
||||
if (!namespaceID) {
|
||||
throw Error('field namespaceID is empty')
|
||||
}
|
||||
if (!name) {
|
||||
throw Error('field name is empty')
|
||||
}
|
||||
const cfg: AxiosRequestConfig = {
|
||||
...extra,
|
||||
method: 'post',
|
||||
|
||||
@ -1980,6 +1980,9 @@ export default class System {
|
||||
if (!applicationID) {
|
||||
throw Error('field applicationID is empty')
|
||||
}
|
||||
if (!name) {
|
||||
throw Error('field name is empty')
|
||||
}
|
||||
const cfg: AxiosRequestConfig = {
|
||||
...extra,
|
||||
method: 'put',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user