Skip to content

Commit 50b5da2

Browse files
author
Dave Newlin
committed
adding id to instructional_text tag
1 parent 3b22047 commit 50b5da2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,8 @@ components:
792792
nullable: true
793793
type: string
794794
instructional_text:
795-
example: Some instructional text <a href="https://example.url.chase.com/instructions">for
796-
end users</a>.
795+
example: Some instructional text <a href="https://example.url.chase.com/instructions"
796+
id="instructional_text" >for end users</a>.
797797
nullable: true
798798
type: string
799799
medium_logo_url:

0 commit comments

Comments
 (0)