summaryrefslogtreecommitdiff
path: root/docs/development/API/differences_in_mastoapi_responses.md
AgeCommit message (Collapse)Author
2021-02-28Merge branch 'admin-api-versioning' into 'develop'lain
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335
2021-02-26Merge branch 'fix/2498-expires_in-scheduled-posts' into 'develop'feld
expires_in in scheduled status params Closes #2498 See merge request pleroma/pleroma!3315
2021-02-24Update terminology in differences_in_mastoapi_responses.mdzonk
2021-02-22Update the documentation to use make it use /api/v1/pleroma instead of ↵eugenijm
/api/pleroma
2021-02-18expires_in in scheduled status paramsAlexander Strizhakov
2021-02-02Merge branch 'develop' into 'fix/2411-mutes-api'feld
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md
2021-02-01only_remote -> remote renamingAlexander Strizhakov
2021-02-01`/api/v1/accounts/:id/statuses` docs updateAlexander Strizhakov
2021-02-01more tests and update for docs and changelogAlexander Strizhakov
2021-02-01only_media & only_remote docs and changelogAlexander Strizhakov
2021-01-29support for with_relationships parameterAlexander Strizhakov
in /api/v1/mutes and /api/v1/accounts/:id endpoints
2021-01-10Add development sectionIlja
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md