Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Fix 'Attachment model missing type definition for' errors #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jgedarovich
Copy link

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

@jderusse
Copy link

👍

@RoccoHoward
Copy link

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants