Skip to content

Commit

Permalink
Fix palmtree payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostlevels committed Sep 5, 2023
1 parent f5ca75c commit b1fa3a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reference/auth/models/palmtreerequest.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ title: Palm Tree Request Data
description: Data to send to Palm Tree's API.
type: object
properties:
- name: csr
csr:
description: Base64 encoded certificate signing request.
type: string
pattern: '^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'

0 comments on commit b1fa3a1

Please sign in to comment.