Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MENTION member #249

Open
shayaniox opened this issue Jan 22, 2019 · 1 comment
Open

MENTION member #249

shayaniox opened this issue Jan 22, 2019 · 1 comment
Labels
401 Unauthorized 404 Not Found 622 Target Not Found 702 Must Be Less Than %d Characters 717 Origin Target Id Not In Form 718 Origin Target Id Is Null feature add some ability migrate rest story
Milestone

Comments

@shayaniox
Copy link
Contributor

shayaniox commented Jan 22, 2019

MENTION /apiv1/members/:id/mentions

As a Member I can mention a member.

User Story


Parameters:

Parameters Type Example Optional
body string 'abc' true
originTargetId int 1 false

Response:

{
  "id": 1,
  "type": "mention",
  "targetId": 2,
  "senderId": 3,
  "editedAt" : null,
  "createdAt": "2018-07-03T12:20:18.555Z",
  "seenBy": [123],
  "body": "abc",
  "originTargetId": 1
}
@shayaniox shayaniox added feature add some ability rest story 702 Must Be Less Than %d Characters 401 Unauthorized 404 Not Found labels Jan 22, 2019
@shayaniox shayaniox added this to the WhenPigsFly milestone Jan 22, 2019
@shayaniox shayaniox self-assigned this Jan 22, 2019
@shayaniox
Copy link
Contributor Author

@ArashFatahzade Please check if this is right.

@iRhonin iRhonin removed the draft label Jan 22, 2019
@pylover pylover reopened this Apr 10, 2019
@pylover pylover removed the draft label Apr 10, 2019
@shayaniox shayaniox added 622 Target Not Found 717 Origin Target Id Not In Form 718 Origin Target Id Is Null labels Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
401 Unauthorized 404 Not Found 622 Target Not Found 702 Must Be Less Than %d Characters 717 Origin Target Id Not In Form 718 Origin Target Id Is Null feature add some ability migrate rest story
Projects
None yet
Development

No branches or pull requests

4 participants