You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need the same POST /contributions endpoint we have on V3, but with the authentified V4
Ideally, a body as simple as for the V3, but without contributor information (as we are already authentified) would be light and enough for the extension use case :
{url: string,message: string,}
If this is too complicated with API platform, then we need an extension of the existing POST /notices
We need the same POST /contributions endpoint we have on V3, but with the authentified V4
Ideally, a body as simple as for the V3, but without contributor information (as we are already authentified) would be light and enough for the extension use case :
If this is too complicated with API platform, then we need an extension of the existing POST /notices
from
to (at least) :
This endpoint, when used by a standard user, should
The text was updated successfully, but these errors were encountered: