@@ -175,23 +175,17 @@ export namespace AppCreateResponse {
175175
176176 export interface SpectrumConfigPaygoAppConfig {
177177 /**
178- * App identifier.
178+ * Identifier
179179 */
180180 id : string ;
181181
182- /**
183- * When the Application was created.
184- */
185182 created_on : string ;
186183
187184 /**
188185 * The name and type of DNS record for the Spectrum application.
189186 */
190187 dns : SpectrumAPI . DNS ;
191188
192- /**
193- * When the Application was last modified.
194- */
195189 modified_on : string ;
196190
197191 /**
@@ -302,23 +296,17 @@ export namespace AppUpdateResponse {
302296
303297 export interface SpectrumConfigPaygoAppConfig {
304298 /**
305- * App identifier.
299+ * Identifier
306300 */
307301 id : string ;
308302
309- /**
310- * When the Application was created.
311- */
312303 created_on : string ;
313304
314305 /**
315306 * The name and type of DNS record for the Spectrum application.
316307 */
317308 dns : SpectrumAPI . DNS ;
318309
319- /**
320- * When the Application was last modified.
321- */
322310 modified_on : string ;
323311
324312 /**
@@ -427,23 +415,17 @@ export namespace AppListResponse {
427415
428416 export interface UnionMember1 {
429417 /**
430- * App identifier.
418+ * Identifier
431419 */
432420 id : string ;
433421
434- /**
435- * When the Application was created.
436- */
437422 created_on : string ;
438423
439424 /**
440425 * The name and type of DNS record for the Spectrum application.
441426 */
442427 dns : SpectrumAPI . DNS ;
443428
444- /**
445- * When the Application was last modified.
446- */
447429 modified_on : string ;
448430
449431 /**
@@ -561,23 +543,17 @@ export namespace AppGetResponse {
561543
562544 export interface SpectrumConfigPaygoAppConfig {
563545 /**
564- * App identifier.
546+ * Identifier
565547 */
566548 id : string ;
567549
568- /**
569- * When the Application was created.
570- */
571550 created_on : string ;
572551
573552 /**
574553 * The name and type of DNS record for the Spectrum application.
575554 */
576555 dns : SpectrumAPI . DNS ;
577556
578- /**
579- * When the Application was last modified.
580- */
581557 modified_on : string ;
582558
583559 /**
@@ -601,7 +577,7 @@ export type AppCreateParams =
601577export declare namespace AppCreateParams {
602578 export interface SpectrumConfigAppConfig {
603579 /**
604- * Path param: Zone identifier.
580+ * Path param: Identifier
605581 */
606582 zone_id : string ;
607583
@@ -680,10 +656,15 @@ export declare namespace AppCreateParams {
680656
681657 export interface SpectrumConfigPaygoAppConfig {
682658 /**
683- * Path param: Zone identifier.
659+ * Path param: Identifier
684660 */
685661 zone_id : string ;
686662
663+ /**
664+ * Body param: Identifier
665+ */
666+ id : string ;
667+
687668 /**
688669 * Body param: The name and type of DNS record for the Spectrum application.
689670 */
@@ -711,7 +692,7 @@ export type AppUpdateParams =
711692export declare namespace AppUpdateParams {
712693 export interface SpectrumConfigAppConfig {
713694 /**
714- * Path param: Zone identifier.
695+ * Path param: Identifier
715696 */
716697 zone_id : string ;
717698
@@ -790,10 +771,15 @@ export declare namespace AppUpdateParams {
790771
791772 export interface SpectrumConfigPaygoAppConfig {
792773 /**
793- * Path param: Zone identifier.
774+ * Path param: Identifier
794775 */
795776 zone_id : string ;
796777
778+ /**
779+ * Body param: Identifier
780+ */
781+ id : string ;
782+
797783 /**
798784 * Body param: The name and type of DNS record for the Spectrum application.
799785 */
@@ -816,7 +802,7 @@ export declare namespace AppUpdateParams {
816802
817803export interface AppListParams extends V4PagePaginationArrayParams {
818804 /**
819- * Path param: Zone identifier.
805+ * Path param: Identifier
820806 */
821807 zone_id : string ;
822808
@@ -833,14 +819,14 @@ export interface AppListParams extends V4PagePaginationArrayParams {
833819
834820export interface AppDeleteParams {
835821 /**
836- * Zone identifier.
822+ * Identifier
837823 */
838824 zone_id : string ;
839825}
840826
841827export interface AppGetParams {
842828 /**
843- * Zone identifier.
829+ * Identifier
844830 */
845831 zone_id : string ;
846832}
0 commit comments