Skip to content

Commit

Permalink
chore: update digital certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Feb 28, 2024
1 parent 9af2bf3 commit 2d8ae5e
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,10 @@ components:
format: int64
type: integer
digital_certificate_id:
format: int64
type: integer
oneOf:
- type: integer
format: int64
- type: string
nullable: true
required:
- name
Expand All @@ -327,9 +329,10 @@ components:
format: int64
type: integer
digital_certificate_id:
format: int64
type: integer
nullable: true
oneOf:
- type: integer
format: int64
- type: string
type: object
PutDomainRequest:
additionalProperties: false
Expand All @@ -348,8 +351,10 @@ components:
format: int64
type: integer
digital_certificate_id:
format: int64
type: integer
oneOf:
- type: integer
format: int64
- type: string
nullable: true
required:
- name
Expand Down Expand Up @@ -436,8 +441,10 @@ components:
format: int64
type: integer
digital_certificate_id:
format: int64
type: integer
oneOf:
- type: integer
format: int64
- type: string
nullable: true
domain_name:
type: string
Expand Down Expand Up @@ -471,4 +478,4 @@ components:
in: header
description: |
You must inform a token to auth.
Usage format: `Token <TOKEN>`
Usage format: `Token <TOKEN>`

0 comments on commit 2d8ae5e

Please sign in to comment.