Allow viewers to request collaboration on posts
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled

هذا الالتزام موجود في:
boutmoun123
2026-06-10 20:30:03 +03:00
الأصل 48ea432669
التزام a3628d19a2
5 ملفات معدلة مع 274 إضافات و40 حذوفات

عرض الملف

@@ -2810,13 +2810,29 @@
}
],
"body": {
"mode": "raw",
"raw": "{\n \"targetUserId\": \"{{targetUserId}}\",\n \"collaborationType\": \"{{collaborationType}}\",\n \"message\": \"{{collaborationMessage}}\",\n \"attachmentUrl\": \"{{collaborationAttachmentUrl}}\",\n \"attachmentType\": \"{{collaborationAttachmentType}}\"\n}",
"options": {
"raw": {
"language": "json"
"mode": "formdata",
"formdata": [
{
"key": "collaborationType",
"value": "{{collaborationType}}",
"type": "text"
},
{
"key": "message",
"value": "حابب شارك بتعاون على هذا البوست",
"type": "text"
},
{
"key": "attachmentType",
"value": "{{collaborationAttachmentType}}",
"type": "text"
},
{
"key": "attachmentUrl",
"type": "file",
"src": []
}
}
]
}
},
"event": [
@@ -2852,13 +2868,29 @@
}
],
"body": {
"mode": "raw",
"raw": "{\n \"collaborationType\": \"{{collaborationType}}\",\n \"message\": \"{{collaborationMessage}}\",\n \"attachmentUrl\": \"{{collaborationAttachmentUrl}}\",\n \"attachmentType\": \"{{collaborationAttachmentType}}\"\n}",
"options": {
"raw": {
"language": "json"
"mode": "formdata",
"formdata": [
{
"key": "collaborationType",
"value": "{{collaborationType}}",
"type": "text"
},
{
"key": "message",
"value": "حابب نتعاون على عمل جديد",
"type": "text"
},
{
"key": "attachmentType",
"value": "{{collaborationAttachmentType}}",
"type": "text"
},
{
"key": "attachmentUrl",
"type": "file",
"src": []
}
}
]
}
},
"event": [