Update system and compose api-clients
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user