-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add ability to manage fees for a given billing account #4
Comments
@skyhit Can you setup a challenge for this one? |
@ajefts I will work on this. how does the challenge fees originally set? |
Right now we use an admin page in Direct to set them. We can set a % that
applies to all challenge types, or fixed amounts per challenge type.
…On Wed, Sep 6, 2017 at 10:05 PM, skyhit ***@***.***> wrote:
@ajefts <https://github.com/ajefts> I will work on this. how does the
challenge fees originally set?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADorrttG5xNz6lkCvmdc8iFaQbJjBo5dks5sf09_gaJpZM4LrMt2>
.
|
@ajefts here is the challenge spec - https://www.topcoder.com/direct/contest/detail?projectId=30059282 more questions as following
|
@skyhit Spec looks good overall. We don't need a delete, but we should have a GET. for security check, let's limit it to the administrator (via the v3 roles api) role for now. |
Provide an API to manage creation and editing of challenge fees on a billing account.
The text was updated successfully, but these errors were encountered: