slack icon indicating copy to clipboard operation
slack copied to clipboard

Fix 'Attachment model missing type definition for' errors

Open jgedarovich opened this issue 8 years ago • 2 comments

While testing out this library I found that I received 'Attachment model missing type definition for' errors until making the changes to the Attachment Resource to include the following additions:


        mrkdwnIn:
            type: array
        titleLink:
            type: string
        authorName:
            type: string
        authorLink:
            type: string
        authorIcon:
            type: string

Fixes #66

jgedarovich avatar Mar 08 '17 17:03 jgedarovich

:+1:

jderusse avatar Apr 12 '17 10:04 jderusse

I've imported this package into my own package and incorporated your changes.

https://github.com/bluora/php-slack-api

RoccoHoward avatar Jun 21 '17 02:06 RoccoHoward